Results 1 to 13 of 13

Thread: C++ (VC++) book

  1. #1
    chenko
    Guest

    C++ (VC++) book

    Im looking to start C++ and I am looking for a good book to start with, Preferalbly using VC++

    suggestions?


    thanks

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    There are links to free online books and tutorials in the FAQ. Have a look at it.
    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

  3. #3
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    I woul suggest Teach Yourself C++ in 21 Days and Thinking in C++ vol.1.
    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

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

  5. #5
    chenko
    Guest
    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.

  6. #6
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Well if you are not looking for online books then just look for my suggestions at amazon.com
    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

  7. #7
    chenko
    Guest
    Doing that

  8. #8
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166

    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?
    [p r a e t o r i a n]

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

  10. #10
    DaoK
    Guest
    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

  11. #11
    Megatron
    Guest
    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.

  12. #12
    DaoK
    Guest
    But wolfenteins 3d and these old game can be make by c++ or VisualC++ ?

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



Click Here to Expand Forum to Full Width