|
-
Dec 17th, 2001, 10:00 PM
#1
Thread Starter
Hyperactive Member
Any advanced C++ books for me?
So what books are going to help me break out of the beginners' ring.
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.
-
Dec 17th, 2001, 11:29 PM
#2
PowerPoster
Have you read any of the Sams' books on C++?
-
Dec 18th, 2001, 01:46 AM
#3
Hyperactive Member
Re: Any advanced C++ books for me?
-=VB6 Enterprise Edition=-
-=VC++6Enterprise Edition=-
«¤E³m°O²™¤»
-
Dec 18th, 2001, 07:05 AM
#4
Addicted Member
Emo:
C++ primer plus, or teach yourself............
they're great!
-
Dec 18th, 2001, 09:53 AM
#5
Thread Starter
Hyperactive Member
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.
-
Dec 18th, 2001, 11:28 AM
#6
Fanatic Member
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...
Digital-X-Treme
Contact me on MSN Messenger: [email protected]
[VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
/ (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]
-
Dec 18th, 2001, 11:34 AM
#7
Addicted Member
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?
-
Dec 21st, 2001, 04:17 AM
#8
Thread Starter
Hyperactive Member
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.....
-
Dec 21st, 2001, 06:24 AM
#9
transcendental analytic
you can also read TYSC++ online here:
http://newdata.box.sk/bx/c/
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Dec 21st, 2001, 07:14 AM
#10
Monday Morning Lunatic
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).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Dec 21st, 2001, 10:13 AM
#11
Addicted Member
have anyone read the c++ black book? is it good?
Last edited by [praetorian]; Dec 21st, 2001 at 01:29 PM.
[p r a e t o r i a n]
-
Dec 21st, 2001, 02:40 PM
#12
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.
-
Dec 22nd, 2001, 10:22 PM
#13
Frenzied Member
1. - 49. Donate money to [enter authors name here]
50. Buy another copy
-
Dec 23rd, 2001, 05:43 AM
#14
transcendental analytic
Buy another copy of what? C++? It's not like the language is for sale or something
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Dec 23rd, 2001, 06:58 AM
#15
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 23rd, 2001, 08:31 AM
#16
Frenzied Member
Originally posted by kedaman
Buy another copy of what? C++? It's not like the language is for sale or something
another copy of the book
-
Dec 26th, 2001, 06:19 PM
#17
Fanatic Member
Hahahahhahahah...
If you want to know specifically function pointers with typedefs:
Try this:
http://library.thinkquest.org/C01115...ual.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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|