Great base to learning Java.

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
siulx
Posts: 70
Joined: Mon Jul 20, 2009 4:36 pm

Great base to learning Java.

Post 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.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Great base to learning Java.

Post by jurchiks »

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.
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

Re: Great base to learning Java.

Post 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.
Image
Image
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Great base to learning Java.

Post by Zoey76 »

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! ๐ŸŽฎ๐Ÿ’ฌ
Sylar88
Posts: 113
Joined: Sun Feb 06, 2011 6:34 pm

Re: Great base to learning Java.

Post 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. ).
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.
nugged
Posts: 6
Joined: Tue Jan 24, 2012 10:56 pm

Re: Great base to learning Java.

Post by nugged »

Its hard to learn java fromvideos only
OptimusPrime
Posts: 37
Joined: Tue Oct 18, 2011 11:20 am

Re: Great base to learning Java.

Post by OptimusPrime »

Thanks for links.
User avatar
theone
Posts: 1384
Joined: Tue Aug 12, 2008 2:28 am
Location: Quebec, Canada

Re: Great base to learning Java.

Post by theone »

nugged wrote:Its hard to learn java fromvideos only
viewforum.php?f=79
http://docs.oracle.com/javase/tutorial/
Image
Post Reply