Results 1 to 4 of 4

Thread: To Flick

  1. #1

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810

    Post To Flick

    You Can use this in your console program:

    Code:
    system("pause")
    use that before "return 0;"

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  2. #2
    Megatron
    Guest
    Was this a question? Or an answer to another thread?

  3. #3
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    when you run it instead of pushing F5 push Ctrl F5....or make your own quit sequence like
    (#include<conio.h>) i think

    cout<<"Press any key to continue."<<endl;
    getch();


  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    This looks like a reply to the "c++ quits on me" thread, which is closed for some reason
    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

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