Results 1 to 5 of 5

Thread: Visual C++ and C++...

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    251

    Visual C++ and C++...

    Hey guys!

    I would like to know if Visual C++ and C++ are similar?
    Like Vc++ work with classes, pointers, templates, etc , as C++ do?

    Visual C++ is similar in the use of VB? Its because I learned Vb by myself, and I liked the option to solve little graphical problems as put a command buttom, labels and this sort of thing very fast... Visual C++ puts this objects fast too or should we created the code to it before use it?

    Thanks for your time.. =-)


    Elminster

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    VC++ is just a compiler and IDE for C++. If you already know the language and are well-versed in using the Win32 API, then MFC can help you.

    Otherwise, it'll just cause more confusion.

    However, it does have useful tools if you're programming with the API, such as dialogue box builders, etc.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    But unless you use a dialog you can't just drag controls on a form. The controls won't have any functionality either.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  4. #4
    Lively Member
    Join Date
    May 2002
    Location
    Oregon
    Posts
    64
    I spent about 3 months with VB, until I realized it just couldn't do what I wanted (make a .dll independent .EXE less then 100k). Learning C++ and the API at the same time is a pain in the rear, but it is definately an experince to remember Pick up Programming Windows by Charles Petzold and read through the first 3rd of the book. The e-book form is a lot easier to read and learn at the same time from. Oh yeah, MSDN is your friend, as is many sleepless nights browsing this forum.

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Originally posted by Arawn
    I spent about 3 months with VB, until I realized it just couldn't do what I wanted (make a .dll independent .EXE less then 100k). Learning C++ and the API at the same time is a pain in the rear, but it is definately an experince to remember Pick up Programming Windows by Charles Petzold and read through the first 3rd of the book. The e-book form is a lot easier to read and learn at the same time from. Oh yeah, MSDN is your friend, as is many sleepless nights browsing this forum.
    Exactly. So if you're not feeling up to that pain you better start learning only C++ (in console apps) and then go for the WinAPI.

    And make sure you really browse and search the forum before you ask anything, much has already been answered. Don't hesitate to dig up an old thread if it only partially answers your question, it's better than creating a new thread that doesn't answer your question at all.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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