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.
Great base to learning Java.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Great base to learning Java.
o.0 looks interesting, I'll definately try to watch some, always good to get more knowledge, especially about C++.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- Stake
- Posts: 383
- Joined: Sun Mar 23, 2008 9:33 pm
- Location: Hungary
- Contact:
Re: Great base to learning Java.
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.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.
Anyway great tutorials. I will watch too, I'm mostly interested in how libraries work on Linux and Windows platforms.


- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Great base to learning Java.
Moved to viewforum.php?f=4 not a tool.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 113
- Joined: Sun Feb 06, 2011 6:34 pm
Re: Great base to learning Java.
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. ).
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. ).
Someone who didnt bother reading the svn or ant manual and just waited for you to make him a visual guide for eclipse is not a guy that is willing to learn ... He is the definition of the leecher.
-
- Posts: 6
- Joined: Tue Jan 24, 2012 10:56 pm
Re: Great base to learning Java.
Its hard to learn java fromvideos only
-
- Posts: 37
- Joined: Tue Oct 18, 2011 11:20 am
Re: Great base to learning Java.
Thanks for links.
- theone
- Posts: 1384
- Joined: Tue Aug 12, 2008 2:28 am
- Location: Quebec, Canada
Re: Great base to learning Java.
viewforum.php?f=79nugged wrote:Its hard to learn java fromvideos only
http://docs.oracle.com/javase/tutorial/
