PDA

Click to See Complete Forum and Search --> : C++ Books/Tutorials


Mage33
Nov 8th, 2000, 08:37 PM
Anyone have good suggestions for beginning/medium C++ users? I am an expert in MOO Code which is essentially a child of C++ used for text based gaming but would like to get into more C++. I already know most syntax and things like that, so any suggestions for tutorials or books would be very appreciated.

Thanks!

[Edited by Mage33 on 11-08-2000 at 09:42 PM]

funkyd77
Nov 8th, 2000, 08:39 PM
Theres a few decent links in this thread:

http://forums.vb-world.net/showthread.php?threadid=35484

a bit of debate in there too - but the links are there, jsut scroll through it.

Mage33
Nov 8th, 2000, 08:41 PM
I've already been there.. sorry, should have explained. Anything not mentioned there? I've copied all that stuff down and plan to go buy/borrow those books, but I'd like to get everything I can in one big trip.

abdul
Feb 17th, 2001, 08:57 PM
I think you need a good ELECTRONIC book to get you started with basic or ever intermidiate programming in c++. This book is for free on the internet. You can download it from here
http://cplus.about.com/compute/cplus/gi/dynamic/offsite.htm?site=http://www.bruceeckel.com/ThinkingInCPP2e.html


it has 2 volumes. First read v1 and then v2.

Happy programming!

Vlatko
Feb 18th, 2001, 04:41 AM
Sites:
http://www.cplusplus.com/
http://www.strath.ac.uk/CC/Courses/NewCcourse/ccourse.html
http://www.aul.fiu.edu/tech/visualc.html
http://www.gator.net/~garyg/c/cref.html

Books:
"thinking in c++"
http://www.codecuts.com/codecuts/pdfs/bruceeckel/TIC2Vone.pdf
http://www.codecuts.com/codecuts/pdfs/bruceeckel/TIC2Vtwo.pdf

http://www.itknowledge.com/reference/archive/0672310708/ewtoc.html

http://newdata.box.sk/bx/c/

samwise
Feb 19th, 2001, 04:02 PM
http://eckelobjects.com
It has a free book you can download, called "Thinking in C".

Samwise Galenorn
sam@galenorn.com

substring
Feb 20th, 2001, 07:52 AM
The best book on C++ is "How To Program C++" by Deitel & Deitel. The layout is much better than any book I have ever seen, both printed books or on-line books. I especially like those special notes on "Good Porgramming Practice", "Common Programming Errors", and "Software Engineering Observation". The latest version, the 3rd edition, also include coverage on UML.

This book is not cheap (It costs about $70), but so are all the good things in life..... will cost you something.

But if you can have only one C++ book, this is the ONE!

substring.