Thread: c++ xml books

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    3

    c++ xml books

    hi all,
    im a newb to c++, im okay with xml, just about, can anyone suggest a good beginners book for c++ with tons of examples and sample code?

  2. #2
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    But what has that got with XML ? Your learning of C++ should not, in any way, depend on XML.

    Here are some general C++ book recommendations.
    C++ Book Recommendations

  3. #3
    Broken Box of Syntax
    Join Date
    May 2012
    Location
    Florida
    Posts
    19
    My suggestions on how to learn any languages goes as follows:

    1. Look on YouTube(ex. "C/C++ for Beginners").
    2. Try the examples for yourself.
    3. Signup for a forum(You already have this complete.).
    4. Get a book


    Books in my opinion are great for learning the "technical terms". You'll notice a lot of video tutorials are not going to give you terms, and if they do they are very vague.

    Book Suggestion:

    C++ Primer Plus

    I personally like this book, because it is easy to follow, provides tons of examples, gives technical terms, and also gives history to programming and C++.

    Most of the programming books are very expensive. At least the ones that provide good details and lots of example code. Also depending on the language, for example Python you can find a lot of PDF content on the internet by just searching Google.

    If I can give you any advice, debug as much code as you can. Once you get past your own semantic/syntax error, its all general debugging from there.

    And I too am lost when it comes to your comment about XML.

  4. #4
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    this site also has a lot of great C++ tutorials on the main page. I'd suggest looking at those too.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Books (not specifically programming books)
    By DavidP in forum General Discussions
    Replies: 6
    Last Post: 11-05-2009, 07:33 PM
  2. C++ Books
    By Darklighter in forum C++ Programming
    Replies: 8
    Last Post: 01-03-2006, 07:13 PM
  3. c++ books
    By yzrider in forum C++ Programming
    Replies: 13
    Last Post: 01-02-2006, 01:20 PM
  4. Between 2 books
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 01-08-2004, 03:06 PM
  5. C# books
    By Korn1699 in forum C# Programming
    Replies: 4
    Last Post: 03-27-2002, 07:11 PM