How can i make that the console, with the output, will not disapear after the program ends in VS 2010 express C++?
i write in c and not in c++, soo i need a function and include path to library.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Pressing Ctrl+F5 (“Build -> Start Without Debugging”) will run the application and automatically wait for a keypress before closing the console. However, as the name says, you do not have a debugger attached then.