if you have read or use Learn C++ in 24hours is it a good book to learn form or is it a pile of paper to burn?...
or object oriented Programming in c++ is that a good (graphics) bbok?
You should be really ashamed of yourself saying such a stmt.
There is no such thing as good or bad book, its only the target audience that changes. Learn C++ in 24 hrs is a good book for all those who want to know the basics of C++ so that they can move on to more advanced concepts.
And do u weigh whether a book is good or bad dependign on the graphics ? Come on man u got to be joking !!!
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
If you read it, don't assume you'll know C++ in 24 hours; I have learn C++ in 21 days sitting at home somewhere, and I don't really "know" C++. Still, I never finished the book.
But, from that I learnt enough to get a 2D playable demo (was zelda: a link to the past style, with movement, animation and table-based collision detection) up and running within about a week. But I knew quite a bit of DirectX anyway.
Learn C++ in 21 days is quite a sizeable book tho, has quite alot of reference material. I'd say reference material is more important than step-by-step guides in any case, they usually start with "Hello World".. anyway, and if you're running Visual Studio C++; it does "Hello World" for you :P
Look for a book that has an even amount of relevant code examples/explanations and reference material. It'll last you longer and ultimately be more helpful.
Still; learn C++ in 24hours might be the best book ever, I've never read it.
Matt
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
it is a good book for learning c++ and yes it covers Object Oriented concepts particularly well. What I liked about it is it also explains a little about hardware and memory and analysis and design so it is a very well rounded book giving you all you need to know from a good foundation, rather than taking you systematically through a load of syntax and leaving you to go hang yourself, which with C is all too easy.
It doesn't do graphics but that's an area in itself get a seperate book for that (beginning game programming is a good one, windows specific) as it's nothing to do with C directly anyway (graphics that is).
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
Learning C++ is probably going to take you quite a while.
This link will help you at some point,
http://www.cplusplus.com
pseudorandom21
Practically a Posting Shark
890 posts since Jan 2011
Reputation Points: 216
Solved Threads: 111
learning c++ in 24 hours would be like trying to learn women in 24 hours.
Clinton Portis
Practically a Posting Shark
833 posts since Oct 2005
Reputation Points: 237
Solved Threads: 118
Or perhaps "Learn C++ in 24 hours from a thread that is 5 YEARS OLD".
It's remarkable how many threads on DW get dug up on the anniversary of their original post date. I'm convinced the search here doesn't care about years, but latches onto the month and day like some blood-starved leech.
And no, you can't learn C++ in 24 hours, or 21 days, or some other ridiculous time frame. In 24 hours, you'll be able to tell the difference between a C++ program and a hole in the ground, but that's about all. You certainly won't be a competent programmer of anything more substantial than "hello world".
Read this -> http://norvig.com/21-days.html
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953