Thread: VB6 to C++

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    24

    VB6 to C++

    I know VB6... and as you all know its nothing like C++... I want to Learn how to make win32 apps like i can do in VB but with C++

    Every one says read so i do and i lose intrest cause its so much to learn.

    I think the only way im going to learn is to take a class. im more of a "Show me first and then ill learn" type person.

    Anyone have any other ideas of how i could learn to make win32 apps... Remember im not familiar with c/C++

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    From a search of this board: learning win32.

    A good introduction can be found here.

    Charles Petzold's Programming Windows is invaluable.

    You should also have a thorough look throughout this website for links, compiler info etc etc.

    eg. http://lightatdawn.cprogramming.com/ may be useful to you.

    >>Every one says read so i do and i lose intrest cause its so much to learn.<<

    Yes it is but that's the only real way to learn; but it will get easier.

    You can always ask questions here or elsewhere when/if you run into difficulties.

    Good luck.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Registered User VBprogrammer's Avatar
    Join Date
    Mar 2002
    Posts
    175

    Modest Ken Fitlike...

    Give the [www] button at the bottom of his post a try, he has some nice tutorials on there...(and a nice tetris game)

    Also try porting your VB programs to C++ that will help you, as you dont have to worry about the design of a program as you know it already works, all you need to do is implement it.
    VC++ 6

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    If you want to learn to program Windows with C/C++, then I would suggest learning the language first. You will have trouble programming any OS if you do not understand the language you are trying to use.

    If you have been using VB with the "drag and drop" components, again, you will find programming the raw API "different". You cannot, for example, simply open a form. Here is probably the simplest Windows app you can make.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I don't know...
    By Houssen in forum C++ Programming
    Replies: 8
    Last Post: 06-02-2008, 06:55 AM
  2. Main Differences Between C++ And VB6
    By varisk in forum C++ Programming
    Replies: 3
    Last Post: 06-11-2007, 10:07 PM
  3. C++ Or C++.NET
    By CrymsonSoul in forum C++ Programming
    Replies: 17
    Last Post: 06-16-2005, 05:58 PM
  4. Vb6
    By cgod in forum Tech Board
    Replies: 2
    Last Post: 02-14-2005, 04:35 AM
  5. Database Application VC++ or vb6..?
    By gardenair in forum C Programming
    Replies: 0
    Last Post: 04-13-2003, 10:06 PM