Thread: stop

  1. #1
    Unregistered
    Guest

    stop

    hello everyone,

    i just started with c++. as soon as the program did something it quits. my question is how to start from the beggining without the program to quit. please tell me if it's possible.

  2. #2
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522
    Well programs usually quit when they're finished,
    sorry didn't mean to sound sarcastic(or did I).
    I take it you mean you have a process which you want to do more than once, if so you need a loop, post your code and we can make suggestions.
    All spelling mistakes, syntatical errors and stupid comments are intentional.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fscanf %s or %d integer input space char stop question...
    By transgalactic2 in forum C Programming
    Replies: 5
    Last Post: 04-14-2009, 10:44 AM
  2. Error stop Http Listener
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 06-04-2008, 02:14 AM
  3. error stop a Windows service
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 05-30-2008, 03:26 AM
  4. when a while loop will stop ?
    By blue_gene in forum C Programming
    Replies: 13
    Last Post: 04-20-2004, 03:45 PM
  5. Telling other applications to stop
    By nickname_changed in forum Windows Programming
    Replies: 11
    Last Post: 09-25-2003, 12:47 AM