1. This forum is in read-only mode.

My Quest To Learn C++

Discussion in 'General Discussion' started by AcroneSF, Aug 28, 2009.

  1. AcroneSF

    AcroneSF Well-Known Member

    For some random reason I want to learn C++
    Ive got:
    • Microsoft Visual C++ 2008 Express Edition
    • A Nice 1022 Page Pdf (The C++ Programming Language [Special 3rd Edition] by Bjarne Stoustrup)
    • A Few Video Tutorials

    I should be all set :D

    Oh and if you wanted a copy of The C++ Programming Language [Special 3rd Edition] just ask :)

    P.S: I'm pretty good with vb6 and i spose i got bored of what it cant do.. Maybe that has something to do with it..
     
  2. Loonylion

    Loonylion Administrator Staff Member

    I have the C++ training guide, but I've not had a chance to look at it yet. Be careful when using M$, its a nice IDE, but if you're not careful you'll end up doing everything with MFC and then your code will only ever work on windows. Plain C++ can be cross compiled for other platforms.
     
  3. AcroneSF

    AcroneSF Well-Known Member

    Thanks for the info Loony.

    Oh and what would that C++ training guide be called if you can remember?
     
  4. Loonylion

    Loonylion Administrator Staff Member

    its called 'The C++ training guide' ISBN 0-12-339102-4
     
  5. AcroneSF

    AcroneSF Well-Known Member

    Is this the book you were talking about Loony?
    [​IMG]
     
  6. Born2killx

    Born2killx Well-Known Member

    He gave you the ISBN. You can't mess up with that.
     
  7. tehuber1337

    tehuber1337 Well-Known Member

    A "gripping" C++ guide? People will resort to anything to market their products =/
     
  8. anandjones

    anandjones Well-Known Member

    The only ones I have are the Sam's Teach Yourself series. They're pretty good though.
     
  9. nomercy

    nomercy Well-Known Member

    MFC? Why bother with that when you can core program in Native C++ and do the GUI in Managed C++. :p