Results 1 to 17 of 17

Thread: Any advanced C++ books for me?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396

    Cool 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.
    I'm a VB6 beginner.

  2. #2
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Have you read any of the Sams' books on C++?
    Baaaaaaaaah

  3. #3
    Hyperactive Member Emo's Avatar
    Join Date
    Jul 2000
    Posts
    428

    Re: Any advanced C++ books for me?

    Originally posted by transcendental
    Some of you may recommend "The C++ Language" by Bjarne Stroustrup
    I was going to

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

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

    -Emo
    -=VB6 Enterprise Edition=-
    -=VC++6Enterprise Edition=-
    «¤E³m°O²™¤»

  4. #4
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    Emo:

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

    they're great!
    [p r a e t o r i a n]

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396
    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.
    I'm a VB6 beginner.

  6. #6
    Fanatic Member
    Join Date
    Sep 2000
    Location
    UK.
    Posts
    728
    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]

  7. #7
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    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?
    [p r a e t o r i a n]

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396
    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.....
    I'm a VB6 beginner.

  9. #9
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  10. #10
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  11. #11
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    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]

  12. #12
    Zaei
    Guest
    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.

  13. #13
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    1. - 49. Donate money to [enter authors name here]
    50. Buy another copy


  14. #14
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  15. #15
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  16. #16
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    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

  17. #17
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625
    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
    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width