CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2002
    Posts
    23

    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

  2. #2
    Join Date
    Feb 2006
    Posts
    69

    Re: c++ quick tutorial

    Here's a good place to refresh your memories : http://www.cplusplus.com/doc/tutorial/

  3. #3
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588

    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.
    Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
    Supports C++ and VB out of the box, but can be configured for other languages.

  4. #4
    Join Date
    Mar 2002
    Posts
    23

    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?

  5. #5
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured