How do I learn how to program past beginner tutorial shit? I'm trying to learn this without any classes but all the tutorials and guides always end with really basic shit. How do I learn how to program real applications and shit?
Name:
Anonymous2010-10-06 1:30
DO. NOT. WRITE. NATIVE. WINDOWS. CODE.
By native windows code I mean using winapi for non-console programs.
Qt Creator or Borland C++ Builder is the best way for beginning C++ programmer. They both do a lot of things for you, ultimately leaving you an ignorant cattle if you do not choose to expand afterwards, but for starters they are best choices (Borland C++ Builder much more so) since you get to write code that does things you want without clutter.