Thread: Visual C++

  1. #1
    Deleted Account
    Join Date
    Mar 2005
    Posts
    57

    Visual C++

    I am creating a calculator, i had a previous thread but i got another question. In visual c++, what is the command for exiting the program you create. I got a menu system, with exit and i want to make it able to exit when clicked.

    One last thing, i got a part where validating the data for the input numbers that you type. Say for input 1, you type asdas3123... and input 2 you have 242, where one of the inputs is not valid, i have a message box appear. wondering after the message, how do you make it then stop calculating the sum...as it still continues..

    Note: the inputs are done through text boxes, and converted to ints.....and then calculation is done...

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Quote Originally Posted by vdk_au
    In visual c++,
    You might have better luck asking in the Windows Programming forum.

  3. #3
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Quote Originally Posted by 7stud
    You might have better luck asking in the Windows Programming forum.
    you might have better karma PMing a mod and asking them to move this for you rather than reposting in the Windows Programming forum.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM