-
c++ quick tutorial
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
-
Re: c++ quick tutorial
Here's a good place to refresh your memories : http://www.cplusplus.com/doc/tutorial/
-
Re: c++ quick tutorial
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.
-
Re: c++ quick tutorial
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
-
Re: c++ quick tutorial
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.