Thread: Whats the difference between

  1. #1
    Unregistered
    Guest

    Whats the difference between

    Visual C++ and just C++ or is there a difference. I want to begin to learn to program i was just wonder what u would recommend. For me to buy like a book. I want to know how to make my own programs and edit mods and scripts on games.

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Visual C++ is the name of an IDE - an integrated development environment and compiler set , while c++ is the language itself, described as a'superset' of C.

    General question: Isn't there something in the FAQ about this? If not, why not?
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Unregistered
    Guest

    So which should i learn

    ? C++

  4. #4
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Ok dude, he was saying that VisualC++ is only an IDE, not a language...please tell me you can figure it out from there...

  5. #5
    Unregistered
    Guest

    Question Yes

    But then y do they sell books for visual C++ and C++ i want to know what i should buy to learn it. A book by someone if anyone has any suggestions i really want to learn how to.

  6. #6
    Unregistered
    Guest

    ^ edit

    i want to know which to start with for very low beginner level.

  7. #7
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Well don't get a book on visual C++ if you don't have the MS VC++ compiler...duh...

  8. #8
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    >I want to begin to learn to program i was just wonder what u would recommend

    Don't get your hands on visuals. Get a book that teaches basic C++. Easily. In a DOS Window. If you are comfortable with all constructs in there, then you can try to build windows applications. Starting with the Visual side of Visual C++ is like trying to get your drivers licences on a formula 1 car. Impossible.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  9. #9
    Unregistered
    Guest

    Thanks i was getting confused

    lol good comparison with driving

  10. #10
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161

    join two different programs

    in fact i would ask if i can use Visual Basic for developing my programs and then complete my work with Visual C++ if there s something i cant make with Visual Basic , then join both of them in one program??????
    (any ideas or suggestions are approved)

  11. #11
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    This is only possible with the new .NET technology that comes with Visual Studio 7 and the .NET Languages.

    There are ways today, like writing a VB application that uses C++ DLLs, but thats expert terrain and not easy.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  12. #12
    Registered User
    Join Date
    Jan 2002
    Posts
    64

    best book

    The Book i would reccomend is:

    Programming and Problem Solving with C++
    Nell Dale - Chip Weems - Mark Headington
    ISBN: 0-7637-1063-6

    its an excellant introduction, then once mastered go and try one of the following, i've found them both to be excellant introductions to programming with the API and using MFC.

    Programming Windows
    Charles Petzold

    Programming Windows With MFC
    Jeff Prosise

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Review required for program of date difference
    By chottachatri in forum C Programming
    Replies: 6
    Last Post: 10-31-2008, 11:46 AM
  2. Difference Equations / Recurrence Relations
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-05-2007, 10:26 AM
  3. What's the difference between var++ and ++var
    By ulillillia in forum C Programming
    Replies: 6
    Last Post: 05-31-2007, 02:27 AM
  4. how to get difference of digits
    By Leeman_s in forum C++ Programming
    Replies: 5
    Last Post: 12-20-2001, 08:32 PM
  5. What is the Difference between ANSI C and non-ANSI C ?
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 11-24-2001, 06:55 AM