Jump to content

What to learn next?


Recommended Posts

They mention books in that thread. Also, have you tried to write anything yet? Reading a tutorial and applying everything you learned from the tutorial can sometimes be two different things..

Link to comment
Share on other sites

I'm going out on a limb here, because I can't really tell, but it feels like C++ is your first programing language. If so ...

After you get all the syntax and other goodies down I'd start to look at how the more well known datatypes are implemented: hashes, binary trees, etc.

Basically, looking at these will give you an idea at how data is worked with in that language, and I've often found really clever little tricks hiding in there.

Also good to look at are learning the search/hash/etc algorithms, because they are usually full of best practices and good code.

Good luck and have fun with it :mellow:

EEPS! Almost forgot: getting familiar with the common API's will help as well (image libraries, GUI, system, etc)

#fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...