Anyone know a good, basic C++ tutorial book?

ShadowBlade

Diamond Member
Feb 11, 2005
4,263
0
0
I kinda want to learn basic C++ and I've got an idea in mind for a simple program. Anyone know a tutorial book (or better yet, a free, online tutorial) that just covers basic math operations from values input into a form? Also "graying out" certain form items, etc.

Also, a good freeware compiler for windows would be helpful.
 
Sep 29, 2004
18,656
67
91
Jsut use online tutorials.

After you get that down, learn about design patterns in C++. A design patterns book is where your money should be spent. Learn those concepts and any OO programming language is then easy to learn (like Java).