Thread: Please help, Important Question

  1. #1
    Unregistered
    Guest

    Question Please help, Important Question

    Hi i am just getting into C++ and have a question. I am using the bloodshed Dev-C++ compiler and i cant get my window to stay open after i press enter. I need to be able to press enter so that the next line of info can be displayed on a little program i am makeing. I know it works cuz its is displayed for about a milisecond. Coul anybody please help me with this. I would appreaciate it. Thanks,
    If you have the time could you email me back at [email protected] thank you.

  2. #2
    Seņor Member
    Join Date
    Jan 2002
    Posts
    560
    #include<conio.c>
    ...
    getch();
    ...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  2. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  3. I have a Question about memory usage for C.
    By bobthefish3 in forum C Programming
    Replies: 34
    Last Post: 12-24-2001, 04:37 PM
  4. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM
  5. Important question
    By irfanmasood in forum C++ Programming
    Replies: 3
    Last Post: 12-16-2001, 08:45 AM