CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Join Date
    Aug 2010
    Posts
    17

    best c++ book for newibe

    hello guys

    i'm proud to join this community and be with you guys

    so i saw the sticky thread but i can't figure out what the best book

    i'm new to programming

    but i was reading a book called : starting out c++ early objects 5th edition

    and i already finshed to the 7th chapter but then i decide to got a new book in modern c++

    i tried to work with Accelerated c++ but i can't work with it it's not in my way

    so i need a new book and waiting your recommenditions but please tell me for Begining

    from novoice

    thanks.....

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: best c++ book for newibe

    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Aug 2010
    Posts
    17

    Re: best c++ book for newibe

    any other recommends ????

    iam good at c++ programming but didn't enter the pointers section so before that's i was better

  4. #4
    Join Date
    Jul 2009
    Posts
    37

    Re: best c++ book for newibe

    Quote Originally Posted by XMasterrrr View Post
    any other recommends ????

    iam good at c++ programming but didn't enter the pointers section so before that's i was better
    What makes you think you should buy a book ? Just because people comment it as good ?
    You can go to google newsgroup of comp.lang.c and search for pointers, that is their hosted home and are discussed in details
    Sig-na-tju-(r)

  5. #5
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: best c++ book for newibe

    i'm new to programming
    iam good at c++ programming but...
    Which one is it ?

  6. #6
    Join Date
    Aug 2010
    Posts
    17

    Re: best c++ book for newibe

    ah

    sorry i know it's my fault

    i can do any thing till the arrays and functions

    so not new right ?

  7. #7
    Join Date
    Sep 2010
    Posts
    9

    Re: best c++ book for newibe

    Maybe try "C++ Primer, 4th edition"? Its a big improvement over the earlier versions.

    Also, there are plenty of guides online you could look into, as well. Try those out before spending all your $ on books.

  8. #8
    Join Date
    Jul 2009
    Posts
    46

    Re: best c++ book for newibe

    Read this pdf. It's as good as any beginner book out there (that will cost you $50). The pdf is free.

    http://www.cplusplus.com/files/tutorial.pdf

  9. #9
    Join Date
    Aug 2010
    Posts
    17

    Re: best c++ book for newibe

    i'm already reading it

    it's too cool

    and then i don't know which book to start out

    Programming Principles and Practice Using C++ Or C++ primer Or Accelerated c++

  10. #10
    Join Date
    Apr 1999
    Posts
    27,449

    Re: best c++ book for newibe

    Quote Originally Posted by momrocker View Post
    Maybe try "C++ Primer, 4th edition"? Its a big improvement over the earlier versions.

    Also, there are plenty of guides online you could look into, as well. Try those out before spending all your $ on books.
    The major problem with online guides is that many, if not most of them, have wrong or outdated information concerning C++ programming.

    If you are new to C++ programming, you don't know which site is giving you correct information or not. Unlike C++ books, many of these sites are not peer-reviewed, and basically anyone can post outdated or wrong C++ on them and say "this is a C++ tutorial".

    Unless the site is a well-known one, recommended by professional C++ programmers or C++ industry leaders (for example Herb Sutter has the GotW site, Marshall Cline has the C++ FAQ site, etc.), then you are taking the risk of not learning C++ properly.

    Regards,

    Paul McKenzie

  11. #11
    Join Date
    Aug 2010
    Posts
    17

    Re: best c++ book for newibe

    thanks.......

    could you answer this part please.

    and then i don't know which book to start out

    Programming Principles and Practice Using C++ Or C++ primer Or Accelerated c++

  12. #12
    Join Date
    Apr 1999
    Posts
    27,449

    Re: best c++ book for newibe

    Quote Originally Posted by XMasterrrr View Post
    i tried to work with Accelerated c++ but i can't work with it it's not in my way
    Accelerated C++ is for programmers who already know a computer language who need to learn C++ quickly and efficiently when it comes to writing real C++ applications. It is one of the best books out there for this type of person, since it doesn't bog you down in low-level details.

    If you don't even know how to write a program in any language, then Accelerated C++ is not for you.

    Regards,

    Paul McKenzie

  13. #13
    Join Date
    Aug 2010
    Posts
    17

    Re: best c++ book for newibe

    so it's not for me

    i see it's too hard but was saying com'n all recomending it to every beginer

    so is the cplusplus.com for beginers right

    so after i done it which i start ?

    c++ primer Or Programming Principles and Practice Using C++???

    or c++ primer plus or what ????

  14. #14
    Join Date
    Jun 2008
    Posts
    592

    Re: best c++ book for newibe

    Yes, online resources can be a bit dated and non-standard, but they are a valuable resource to have. These will get you started

    http://www.cppreference.com/
    http://www.cplusplus.com/doc/tutorial/
    http://en.wikipedia.org/wiki/C%2B%2B...es_and_classes
    http://www.research.att.com/~bs/bs_faq.html

    if you are interested in c++0x at all look at
    http://en.wikipedia.org/wiki/C%2B%2B0x

    you can also read the c++ 2003 standard here

    If you are worried about a book, just pick one already . You can always buy the other?
    0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
    0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000
    0000 0000 0000 0000

  15. #15
    Join Date
    Aug 2010
    Posts
    17

    Re: best c++ book for newibe

    i can buy other book only

    so after i done cplusplus.com

    i'll read one of the books i had wrote or the one you recommending me

    regards....

Page 1 of 2 12 LastLast

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