|
-
Jul 12th, 2002, 03:06 AM
#1
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
-
Jul 12th, 2002, 01:47 PM
#2
Lively Member
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 ;-))
-
Jul 14th, 2002, 03:12 PM
#3
Member
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.
-
Jul 15th, 2002, 01:20 AM
#4
Thanks very much, I will investigate these two options further
-
Jul 30th, 2002, 10:06 AM
#5
Fanatic Member
C++ How to Program by Deitel & Deitel
-
Aug 9th, 2002, 12:45 PM
#6
Fanatic Member
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
-
Aug 9th, 2002, 04:44 PM
#7
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
|