Page 1 of 1

Great base to learning Java.

Posted: Tue Jul 26, 2011 5:21 pm
by siulx
This guy its just amazing, even if you already know java you can allways refresh your memory if you dont, you can start to learn it.

Java:
http://www.youtube.com/view_play_list?p ... C7F4A1F852

C++:
http://www.youtube.com/view_play_list?p ... F856038C69

Why c++ ?
well even if its c++ you will learn alot of new concepts in this classes that will help you alot in java programing.

Why Im posting this ?
After 1 weeks trying to read L2J code I notice that a good software eng. practices its needed in the L2J code XD and its good for new and old coders to start respecting some basic rules Like "COMMENTS" its all cover in the tutorials.

Re: Great base to learning Java.

Posted: Tue Jul 26, 2011 5:31 pm
by jurchiks
o.0 looks interesting, I'll definately try to watch some, always good to get more knowledge, especially about C++.

Re: Great base to learning Java.

Posted: Tue Jul 26, 2011 7:08 pm
by Stake
siulx wrote:Why Im posting this ?
After 1 weeks trying to read L2J code I notice that a good software eng. practices its needed in the L2J code XD and its good for new and old coders to start respecting some basic rules Like "COMMENTS" its all cover in the tutorials.
Code design is the most important thing in software engineering, since it speeds up the development even when only one is working on it. Code design includes modularization, commenting, optimization and the main part of it, the MVC, and of course the possibility of debugging is also significant. My favorite debugging implementation is the preprocessor directives (also called macros) in C++. It's a great feature that could be implemented in Java too, but it's not yet available unfortunately.

Anyway great tutorials. I will watch too, I'm mostly interested in how libraries work on Linux and Windows platforms.

Re: Great base to learning Java.

Posted: Wed Jan 18, 2012 7:22 am
by Zoey76
Moved to viewforum.php?f=4 not a tool.

Re: Great base to learning Java.

Posted: Fri Jan 20, 2012 4:11 am
by Sylar88
For good C++ i suggest the following books by Scott Meyers:

1)Effective C++
2)Effective STL
3)More effective C++

and for those that want a cool journey to the center of the earth:

Modern C++ Designs - Andrei Alexandrescu ( The god of C++ lives. And he is Romanian. ).

Re: Great base to learning Java.

Posted: Wed Jan 25, 2012 7:14 am
by nugged
Its hard to learn java fromvideos only

Re: Great base to learning Java.

Posted: Fri Feb 03, 2012 7:48 pm
by OptimusPrime
Thanks for links.

Re: Great base to learning Java.

Posted: Sat Feb 04, 2012 4:34 am
by theone
nugged wrote:Its hard to learn java fromvideos only
viewforum.php?f=79
http://docs.oracle.com/javase/tutorial/