PDA

Click to See Complete Forum and Search --> : Any advanced C++ books for me?


transcendental
Dec 17th, 2001, 09:00 PM
So what books are going to help me break out of the beginners' ring.:p

Some of you may recommend "The C++ Language" by Bjarne Stroustrup

But I may not understand it as I am not an advanced C++ programmer who wants to knows the why's of C++.

I need something more useful, like telling how to use typedef on function pointers, huh?, like telling more on templates, or multiple inheritance.

Thanks.

abdul
Dec 17th, 2001, 10:29 PM
Have you read any of the Sams' books on C++?

Emo
Dec 18th, 2001, 12:46 AM
Originally posted by transcendental
Some of you may recommend "The C++ Language" by Bjarne Stroustrup

I was going to :D

I have the 3rd edition. That book was my first C++ book... I know, not a good beginners choice. Well I learned my lesson... :rolleyes: :)

Would anybody recommend me some books/tutorials for beginners I really need to get the basic stuff down... :(

-Emo

[praetorian]
Dec 18th, 2001, 06:05 AM
Emo:

C++ primer plus, or teach yourself............

they're great!

transcendental
Dec 18th, 2001, 08:53 AM
Originally posted by abdul
Have you read any of the Sams' books on C++?

I got one "Teach Yourself VC++5 in 21 days". That book suxs.For years, I thought OnOk() is the correct way to quit an MFC app.

"Teach Yourself C++ in 21 days" isn't any better.Only IMO.

I hope they(Sams) have improved on their new editions.

[Digital-X-Treme]
Dec 18th, 2001, 10:28 AM
Originally posted by transcendental


I got one "Teach Yourself VC++5 in 21 days". That book suxs.For years, I thought OnOk() is the correct way to quit an MFC app.

"Teach Yourself C++ in 21 days" isn't any better.Only IMO.

I hope they(Sams) have improved on their new editions.

Sams TYS C++ in 21 Days is an excellent book. The Sams TYS Visual C++ on the other hand, is probably the worst book i ever bought...

[praetorian]
Dec 18th, 2001, 10:34 AM
TYSC++, I think it's quite good, but I agree with the rest about that TYSVC++ sucks bigtime....

have anyone read c++ black book? is it good?

transcendental
Dec 21st, 2001, 03:17 AM
Upz.

No response for advanced book?

Frankly speaking, I seldom see any C++ advanced books in my local bookstore. Maybe, it doesn't stock them, sigh.....

kedaman
Dec 21st, 2001, 05:24 AM
you can also read TYSC++ online here:
http://newdata.box.sk/bx/c/

parksie
Dec 21st, 2001, 06:14 AM
A quick note as far as that goes, it uses the old iostream library.

In any new code you should use the new library (the one without the .h at the end).

[praetorian]
Dec 21st, 2001, 09:13 AM
have anyone read the c++ black book? is it good?

Zaei
Dec 21st, 2001, 01:40 PM
Are you looking for specific C++ stuff to improve your technical knowledge, or more design stuff.

Id recommend Design Patterns, or Code Complete if looking for design stuff.

Z.

SteveCRM
Dec 22nd, 2001, 09:22 PM
1. - 49. Donate money to [enter authors name here]
50. Buy another copy

:p

kedaman
Dec 23rd, 2001, 04:43 AM
Buy another copy of what? C++? It's not like the language is for sale or something :p

CornedBee
Dec 23rd, 2001, 05:58 AM
I mean the book "Effective C++: 50 ways to improve ...", I just couldn't remember the name, and I still can't remember it completely yet.

SteveCRM
Dec 23rd, 2001, 07:31 AM
Originally posted by kedaman
Buy another copy of what? C++? It's not like the language is for sale or something :p

another copy of the book :)

MoMad
Dec 26th, 2001, 05:19 PM
Hahahahhahahah...

If you want to know specifically function pointers with typedefs:

Try this:
http://library.thinkquest.org/C0111571/manual.php?tid=20

I just updated tha article today... excuse the formatting, our parser broke and I dont have access to the server so im powerless untill they open it up again.

-MoMad