- Joined
- 2/7/08
- Messages
- 3,261
- Points
- 123
Then there is a group that has never programmed before. They have then to learn what a variable is etc. etc. and we cannot assume anything. My advice is to learn C first, at least the essential and future-proof syntax of Kernighan&Ritchie. Then the move to C++ is less of a shock.
That's one way. There are good books on C like Kochan's "Programming in C." Or the book by Prata, "C Primer Plus." But it's also possible to start straight with C++, provided the book does some hand-holding. One such is the book by Gaddis, "Starting Out with C++." The current edition is pricey, but earlier editions (e.g., the 4th) are floating around in the used-book market and can be picked up for a song.