1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

C++

Discussion in 'Code Snippets and Tutorials' started by Billy, Mar 14, 2007.

Thread Status:
Not open for further replies.
  1. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    i just got visual c++ and i was wondering, is there a more "visual" version, because all it lets me make are console applications.
     
  2. zav75

    zav75 Level I

    Joined:
    Feb 28, 2007
    Messages:
    76
    Likes Received:
    6
    Location:
    Canada, Province of Québec
    If you talk about visual studio 2003 or 2005, then you can drag buttons on a form and then program them. Just start a project "windows application form"and not "win32 console project".

    For game programing, if you wish to make a game good luck in any language, because it require Object Oriented programing and I doubt you learned it yet.

    If you talked about programing cheating tool with c++, then it's easy, however not as easy as it is in vb, because vb has many things already programed for you, with c++ you have to do around everything and the classes you can find on internet aren't user friendly.
     
Thread Status:
Not open for further replies.