Results 1 to 11 of 11

Thread: Books, what do you recomend???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Posts
    82

    Question Books, what do you recomend???

    I am getting started with Visual C++ and I am looking to get some books as reference. I am wondering what books you suggest.

    Also, Should I get books on C++ (does visual C++ support this? - I am sure it does, visual c++ uses the C++ language, right?)

    Or should I get a book on Visual C++ it self?

    I am thinking a book on using visual c++ so I can learn my way around this tool, and a couple of books on C++ to learn the language.

    If you could give me some advice on some good book, that would be great!

    I plan on going out here in a few hours, I hope, if I don't over sleep and or my job don't interfear

    thx in advance

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    I wouldn't worry too much about learning to use the VC++ IDE, you'll soon figure out the basics. The main thing to do is learn ANSI C++ (the standard version of C++). There are a couple of C++ books I have that I have found useful, one of which is "C++: How to Program" by Deitel & Deitel. The other is probably better for you if you're developing with VC++, and that's "Beginning Visual C++ 6" by Ivor Horton, published by Wrox Press. It's a good introduction to C++ and tells you a bit about the VC++ IDE (as much as you need to know to start out anyway). It also gets into MFC later in the book if you're interested in that (but you're not of course, because MFC is evil ).

    [edit]:
    oh yeah, and if you check the FAQ in this C++ forum, you'll find a far more extensive answer to this question, including links to online books you can read for free
    Harry.

    "From one thing, know ten thousand things."

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Beware of dedicated Visual C++ books as they often are mostly MFC (e.g. Visual C++ First Steps, MS Press).
    Once you know a little C++ and you speak German, a book I really like is "C/C++ Kompendium, Dirk Louis, Markt + Technik Verlag", which is a really good reference of both languages, that even explaines in detail things like templates and namespaces.
    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.

  4. #4
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Once you know a little C++ and you speak German
    Is it just me that didn't find learning C++ helped me to speak German?
    Harry.

    "From one thing, know ten thousand things."

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    The problem is that this book is only available in german (you guessed it)
    Well, you could learn some enlish by learning C (for, if, switch etc)
    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.

  6. #6
    Megatron
    Guest
    Try some of these:

    -Teach yourself C++ in 21 days
    -Thinking in C
    -C++ Programming 101

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

  8. #8
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    As Megatron says; teach yourself C++ in 21 days and I've heard that Ivar Horton's Beginning Visual C++ 6 is also a good book.

    A good swedish book is "C++-programmering", try that one if you know the language, it's written by Stephen Prata....maybe you can find it in english too.
    [p r a e t o r i a n]

  9. #9
    I bough 'learn c++ in 21 days' too and I really like it, it's a good for a solic c++ understanding ^_^. (and it's not too expensive ^_~)

  10. #10
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    I wouldn't reccomend books that teach Visual C++ cos they are using MFC and are difficult for begginers beacuse advanced topics are introduced in the beggining of the book.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  11. #11
    Zaei
    Guest

    Code Complete

    Any feedback on this book? I am thinking about getting it to add to my library.

    Z.

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