View Full Version: C++ for dummies

C++ Learning Community > Recommended Resources > C++ for dummies

Pages: [1] 2

Title: C++ for dummies


tytykid33 - September 10, 2004 09:05 PM (GMT)
Does any body have this book. I have this book. But i never really oppend it untill now. So just tell me a few pointesrs. And i love this site btw.

KTC - September 11, 2004 12:05 AM (GMT)
Sorry but have to be honest. Get a different and better book ;)

tytykid33 - September 11, 2004 12:38 AM (GMT)
Like which book?

C-Man - September 11, 2004 06:29 AM (GMT)
www.mindview.net
Thinking in C++ 2nd vol 1

Havbe to add this to my signature >_<

JoeImp - September 11, 2004 01:00 PM (GMT)
I have this book. The second edition though. I actually thought that it wasn't bad, except for the few typos and errors here and there. You'll want to read through two-thirds of the book, and work on improving from there, then slowly add the rest of the book in, since the topics there get extremely complicated.

Imp

C-Man - September 11, 2004 01:25 PM (GMT)
vol 2 is doe to read after u read vol 1

tytykid33 - September 11, 2004 08:08 PM (GMT)
Thanks for all your support guys. And i have 4th edition.

Gmakermaniac!!! - September 16, 2004 05:48 PM (GMT)
me 2

H3x - September 21, 2004 08:32 PM (GMT)
This books really good, got me going on Cpp. Although it only covers console applications. H3x

iSamer - November 24, 2004 03:01 PM (GMT)
I using 'How to Program C++ for Deitel (4th Edition)' which is pretty good and teaches you in systematic procedure... I recommend it for new C++ learners...

I read HTML for dummies and it was helpful to me to learn the language, but I'm sure there are better books to teach HTML than this.

donprogc++ - November 25, 2004 02:02 AM (GMT)
The first c++ book i read was "C++ Programming Fundamentals"
don't remeber the author but it is a good book for beginners

seanbob11 - December 2, 2004 07:41 PM (GMT)
I have the 5th edition to this book and I think it's really good....(although I am only on Chapter 2) :unsure:

Ickie - April 24, 2005 09:58 AM (GMT)
I got C For Dummies and it got so much padding... its insane, it wastes half your time making useless programs the same as the others one on the other pages.

Learn how to write a book for dummies!

C-Man - April 24, 2005 01:20 PM (GMT)
DUH everyone knows books "X for dummies" or "Teach your self X in Y time"
are one of the worst books u can get
if you want i can give u a few good ones
Get on IRC we'll chat there

_se7en - April 25, 2005 01:44 AM (GMT)
QUOTE (C-Man @ Apr 24 2005, 01:20 PM)
DUH everyone knows books "X for dummies" or "Teach your self X in Y time"
are one of the worst books u can get
if you want i can give u a few good ones
Get on IRC we'll chat there

Is a book really necessary? I mean, a person can learn C++ just by reading and studying online tutorials/lessons.

C-Man - April 25, 2005 05:57 AM (GMT)
it's possible but it would take dramaticly bigger amount of time then just by reading a good book

KTC - April 25, 2005 02:13 PM (GMT)
QUOTE (_se7en @ Apr 25 2005, 02:44 AM)
QUOTE (C-Man @ Apr 24 2005, 01:20 PM)
DUH everyone knows books  "X for dummies" or "Teach your self X in Y time"
are one of the worst books u can get
if you want i can give u a few good ones
Get on IRC we'll chat there

Is a book really necessary? I mean, a person can learn C++ just by reading and studying online tutorials/lessons.

Of course, if it weren't for the fact that pretty much all of the tutorial one can find on the internet is crap, inaccurate, or both....

_se7en - April 27, 2005 10:31 AM (GMT)
I guess you got point. Some of CProgramming.com's tutorials does seem a little inaccurate.

tubapro12 - April 28, 2005 02:16 AM (GMT)
QUOTE (_se7en @ Apr 25 2005, 01:44 AM)
QUOTE (C-Man @ Apr 24 2005, 01:20 PM)
DUH everyone knows books  "X for dummies" or "Teach your self X in Y time"
are one of the worst books u can get
if you want i can give u a few good ones
Get on IRC we'll chat there

Is a book really necessary? I mean, a person can learn C++ just by reading and studying online tutorials/lessons.

Exactly. I never read a book on programming until i was well into programming. I first started learning C++ at www.cplusplus.com. I also learned at lot of C++ from example codes and trial and error...

_se7en - April 28, 2005 10:19 AM (GMT)
QUOTE (tubapro12 @ Apr 28 2005, 02:16 AM)
QUOTE (_se7en @ Apr 25 2005, 01:44 AM)
QUOTE (C-Man @ Apr 24 2005, 01:20 PM)
DUH everyone knows books   "X for dummies" or "Teach your self X in Y time"
are one of the worst books u can get
if you want i can give u a few good ones
Get on IRC we'll chat there

Is a book really necessary? I mean, a person can learn C++ just by reading and studying online tutorials/lessons.

Exactly. I never read a book on programming until i was well into programming. I first started learning C++ at www.cplusplus.com. I also learned at lot of C++ from example codes and trial and error...

Are their tutorials well updated?

C-Man - April 28, 2005 10:39 AM (GMT)
theyr a bit old ( using the onld style headers and no mention of namespaces )

KTC - April 28, 2005 03:30 PM (GMT)
QUOTE (_se7en @ Apr 28 2005, 11:19 AM)
QUOTE (tubapro12 @ Apr 28 2005, 02:16 AM)
QUOTE (_se7en @ Apr 25 2005, 01:44 AM)
QUOTE (C-Man @ Apr 24 2005, 01:20 PM)
DUH everyone knows books  "X for dummies" or "Teach your self X in Y time"
are one of the worst books u can get
if you want i can give u a few good ones
Get on IRC we'll chat there

Is a book really necessary? I mean, a person can learn C++ just by reading and studying online tutorials/lessons.

Exactly. I never read a book on programming until i was well into programming. I first started learning C++ at www.cplusplus.com. I also learned at lot of C++ from example codes and trial and error...

Are their tutorials well updated?

You know what I said in my previous post. About "crap, inaccurate, or both....".

*Point at http://www.cplusplus.com/*

cloudncali - April 28, 2005 10:11 PM (GMT)
QUOTE
Sorry but have to be honest. Get a different and better book


hey that is the book i lurnd a lot from it is vary good

much better then sams teach yourself C++ in ten mins that book sucked

donprogc++ - April 28, 2005 10:51 PM (GMT)
which book?

_se7en - April 29, 2005 01:25 AM (GMT)
Geez, in that case I need a book to update my brain. I keep missing C-Man on IRC...

cloudncali - April 29, 2005 01:26 AM (GMT)
c++ for dummy i dont care what any one says that was a vary good book

donprogc++ - April 29, 2005 01:39 AM (GMT)
*cough *cough c++ for dummies is literally for dummies because it doesn't teach c++ well
trust me and please get another book :)

cloudncali - April 29, 2005 02:46 AM (GMT)
QUOTE
c++ for dummies is literally for dummies


what you calling me <_<

donprogc++ - April 29, 2005 02:53 AM (GMT)
im trying to say is that it doesnt teach you c++ well

C-Man - April 29, 2005 09:53 AM (GMT)
QUOTE (cloudncali @ Apr 29 2005, 04:26 AM)
c++ for dummy i dont care what any one says that was a vary good book

thats because you don't know a definition of a good book

Get on irc i'll link you to a few

FrozenKnight - May 22, 2005 07:58 PM (GMT)
i first learn't C fron teach yourself C in 21 days. (yes C not C++) i later picked up C++ from anotehr book which i didn't understand. so i took a class at the local community colledge (it was ANSI not ISO) then i joined a hackers communtiy where i learn't more and later thic communty where i finally began to understand it. (then i wan't back to the hacker communty for a while to pick up asm)

KTC - May 23, 2005 01:56 AM (GMT)
ANSI C++ === ISO C++ (minus the front cover)

Leif902 - July 3, 2005 08:54 PM (GMT)
I've got this, I'm still a noobe but this has helped ALOT! I really like it!

C++Noobie - August 31, 2005 10:08 AM (GMT)
Whats a good book for C++ .NET. is this covered on this forum. I really need help

C++Noobie - August 31, 2005 10:09 AM (GMT)
Does anyone know a good book for C++ .NET. Im starting and i need help

ih8censorship - September 1, 2005 04:00 AM (GMT)
are you starting C++ itself, or only the .Net microsoft part of it?

KTC - September 1, 2005 04:24 AM (GMT)
Use the orginial thread you posted to answer. Answer the questions I posed, and we'll be able to answer yours. :)

Rmstn1580 - December 2, 2005 05:49 AM (GMT)
You shouldn't have gotten that book. I had it and I gave it to my friend for free. It taught me absolutely NOTHING. Just look up stuff on the internet. BTW my friend got pissed with it and trashed it

Rmstn1580 - December 2, 2005 05:50 AM (GMT)
EDIT: Sorry for the double post. I got messed up by flood controll and accidently posted twice. Sorry

myork - December 2, 2005 02:37 PM (GMT)
QUOTE (Rmstn1580 @ Dec 2 2005, 12:50 AM)
int brain;
if (brain == 0)

Obviously you did not learn much.
The value of brain is indeterminate (ie random).

This is not a amature language (like java) that will auto initialise your variables for you.




Hosted for free by InvisionFree