login about faq


I'm a 13 years old and I've been learning to program in C++. So far I've been learning from the internet. What are some good books, sites, forums of C++?

asked Jun 21 '10 at 13:50

SJP's gravatar image

SJP
4.6k84109168

edited Jun 21 '10 at 16:37

Mihkel's gravatar image

Mihkel
4.6k4158114


I have to say, I never could learn C++ through reading a book. Instead, I learned through examples and through the tutorials at learncpp.com.

answered Jun 21 '10 at 23:05

eddieringle's gravatar image

eddieringle
2.3k71644

i think the book "C++ with out fear" is a nice tutorial on how to learn C++

answered Jun 21 '10 at 14:09

trueb's gravatar image

trueb
14.9k4999256

i would also like to say you can visit my site found in my profile and look for my tic tac toe game download, i am currently working on some improved code for it to get rid of some of the bad programming practices i used

(Jun 21 '10 at 16:26) trueb trueb's gravatar image
  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 17:04

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
×222
×68
×46
×7

Asked: Jun 21 '10 at 13:50

Seen: 947 times

Last updated: Jul 10 '10 at 17:04