login about faq


0
1

i was wondering what is the best for learning c++ from beginners (some expierience) to a good programmer fast.

asked Jul 09 '10 at 23:52

joegallagher's gravatar image

joegallagher
3865720


I would say C++ without fear i have a copy of it although i concider myself a decent C/C++ programmer it is a very nice book. download visual C++ express if you are learning to program it is probably the nicest free compiler out there right now.

answered Jul 10 '10 at 01:29

trueb's gravatar image

trueb
14.9k4899256

  1. Accelerated C++: Practical Programming by Example, by Andrew Koenig and Barbara Moo. People who have already programmed in another language may prefer this book. ISBN: 0-201-70353-X
  2. C++ Primer, 4th edition, by Lippman, Lajoie and Moo. Slower-paced than Accelerated C++, but also more thorough. Stops most bullets. ISBN: 0-201-72148-1
  3. The C++ Programming Language, by Bjarne Stroustrup. Contains commentary on aspects of the C++ language, and advice for designing programs. People who have programming experience can begin learning C++ from this, but take a look before buying. ISBN: 0-201-70073-5
  4. Programming: Principles and Practice Using C++, by Bjarne Stroustrup. Unlike The C++ Programming Language, this book is aimed at people new to programming or to C++. ISBN: 0-321-54372-6

answered Jul 10 '10 at 03:41

Seb's gravatar image

Seb
(suspended)

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×1,411
×399
×307
×85
×55
×50
×6

Asked: Jul 09 '10 at 23:52

Seen: 1,128 times

Last updated: Jul 10 '10 at 03:41