I have taken both of my colleges C++ programming classes and have passed them with 90% averages. Now, what should I do after that? Any book recommendations?
I have taken both of my colleges C++ programming classes and have passed them with 90% averages. Now, what should I do after that? Any book recommendations?
Write a "real" program. There's been a few psots ont eh subject recently - try a search.
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
>> Any book recommendations?
To increase your C++ knowledge and skills, try C++ Coding Standards by Sutter and Alexandrescu.
But writing "real" programs is excellent advice. Use the stuff you know plus the stuff you learn in that book to fine tune and expand your skills.