The basic sites a guy sees when he googles c++ tutorials... I've already read those and yet cant do shit. I know you need those as basics but... When I look at code of real programs, half that shit isn't in these tuts. Anyone know where I can learn c++ that actually is useful in this century? I literally can make like math shit in the console. I don't even know how to make a window or do any GUI shit because these tutorials are seriously from the 90's and pointless as hell.
Comments
If you want an easier way to create GUI apps, i definitely recommend java, the swing class takes care of all that.
http://download.oracle.com/javase/tutorial/uiswing/components/index.html
The Oracle site is the best place to learn java.