Click to See Complete Forum and Search --> : c++ quick tutorial


j11
March 1st, 2006, 07:50 PM
i have a technical interview on c++ soon. although i have quite a few years of work experience on c++ i have not used it in a while and just wants to know if anyone out there knows of a comprehensive review material on c++ both standard and visual?
i will do my own webrowsing but just in case anyone already knows a good site that would be greatly appreciated.
thank you

GoDaddy
March 1st, 2006, 08:05 PM
Here's a good place to refresh your memories : http://www.cplusplus.com/doc/tutorial/

Yves M
March 1st, 2006, 08:18 PM
http://www.parashift.com/c++-faq-lite/
This is if you're OK with the basics but have the feeling that you're not sure about intermediate and advanced stuff.

j11
March 1st, 2006, 10:05 PM
yes that's exactly what i'm looking for and also a site with c++ interview questions, i've bookmarked a few but in case anyone knows other sites they found helpful...
thanks to all who replied... and btw do you guys live here? :D

exterminator
March 2nd, 2006, 01:38 AM
This is also a very good one - http://www.gotw.ca/gotw/index.htm

You may additionally look in the C++ FAQ section of codeguru... books by Scott Meyers are also good. (effective/more effective C++). Hope this helps. Regards.