Results 1 to 7 of 7

Thread: Can anyone recommend a good Visual C++ book?

  1. #1
    ryanf
    Guest

    Can anyone recommend a good Visual C++ book?

    Can anyone recommend a good Visual C++ book? At the moment my choices are between Visual C++ 6 in Record Time , Mastering Visual C++ 6 or Visual C++ 6 Bible .

    Thanks in advance

  2. #2
    Lively Member
    Join Date
    Jun 2002
    Posts
    81
    wel... i dont know any of these books, i do know this though:
    when you learn windows programming for the first time DO NOT start with MFC, it hides too much, you must understand how windows programming works inorder to KNOW what your doing and why you App behave the way it does.
    also, if you dont know C++ yet (only C) you should learn it before MFC because it might confuse you and make you use C++ the wrong way.
    id recommand starting with win32api programming - pure win32 code, with all the dirty stuff.
    a free course might be found at http://www.winprog.org/tutorial/start.html

    to learn C++ id recommand "thinking in C++" which is free over the net from the author's website: www.bruceeckel.com

    after you feel you have a good grisp at how windows works you might want to learn MFC to get it all simpler (though filled with bugs ;-))

  3. #3
    Member
    Join Date
    Jul 2002
    Location
    Mesa, Arizona
    Posts
    45

    Post Books on C++

    If your looking for a book to get a real good foundation on C++ try Beginning Visual C++ by Ivor Horton ISBN# 1-861000-88-X
    by Wrox publishing.

  4. #4
    ryanf
    Guest
    Thanks very much, I will investigate these two options further

  5. #5
    Fanatic Member
    Join Date
    Jun 2001
    Posts
    521
    C++ How to Program by Deitel & Deitel

  6. #6
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553
    I got this good book, starting at the basics (console) up to Windows and a part DirectX.
    Great book!

    This is what the book is called:
    C++ Programming for the absoulute beginner.
    ISBN:1-931841-43-8
    ICQ: 128716725

  7. #7

    Smile

    hi ,
    You can see this book >
    Desktop Applications with Microsoft Visual C++6.0
    by Eric Stroo
    ...

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