|
-
Sep 26th, 2001, 06:16 AM
#1
C++ (VC++) book
Im looking to start C++ and I am looking for a good book to start with, Preferalbly using VC++
suggestions?
thanks
-
Sep 26th, 2001, 06:28 AM
#2
Frenzied Member
There are links to free online books and tutorials in the FAQ. Have a look at it.
-
Sep 26th, 2001, 06:29 AM
#3
Frenzied Member
I woul suggest Teach Yourself C++ in 21 Days and Thinking in C++ vol.1.
-
Sep 26th, 2001, 07:12 AM
#4
And of course, don;t get a book that deals with VISUAL C++, as it will most certainly be MFC (which we all know is evil).
Z.
-
Sep 26th, 2001, 07:27 AM
#5
Well I aint looking for online books...
And i would like a book that will help me with the VC++ enviroment also, this book isnt just for me as it will really need to be a begginners one. I will have a look at your suggestions thou
cheers.
-
Sep 26th, 2001, 08:25 AM
#6
Frenzied Member
Well if you are not looking for online books then just look for my suggestions at amazon.com
-
Sep 26th, 2001, 08:31 AM
#7
Doing that
-
Sep 27th, 2001, 01:26 PM
#8
Addicted Member
wondering
MFC is said to be evil, actually I don't know about this because I've never used it, I've only done console programs so far. What I'm wondering is why is MFC such a bad alternative for beginners? Isn't it an easy way to get into windows programming?
-
Sep 27th, 2001, 02:09 PM
#9
MFC is compilcated. It attempts to address ALL aspects of GUI programming in a set of classes. This makes them bloated. The model it uses is somewhat restrictive. These are just a few reasons. You MUST know pointers, and some other basic C++ stuff as well.
Z.
-
Sep 27th, 2001, 02:24 PM
#10
I have a question, how can we make a game in console ? I remember old game like CaptainKeen who was playable in Dos...but what type is that ? Gui? well I am lost
-
Sep 27th, 2001, 03:01 PM
#11
Originally posted by chenko
And i would like a book that will help me with the VC++ enviroment also,
I doubt there will be a book entirely on learning the VC++ IDE, however most MFC books havbe a chapter that teaches you about the IDE.
-
Sep 27th, 2001, 05:30 PM
#12
But wolfenteins 3d and these old game can be make by c++ or VisualC++ ?
-
Sep 27th, 2001, 08:19 PM
#13
The old games were made using straight C, using whatever video type was availible. There was no DirectX or OpenGL, or Windows. They had to program everything themselves.
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|