Re: [Dev-C++] no "CMD" window pop ups
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Rob M. <rob...@gm...> - 2013-04-28 12:58:27
|
Try the following:
cin.get(); // dummy input
or
system("pause");
This doesn't seem to be required anymore in Windows 8
On Sat, Apr 27, 2013 at 11:54 PM, Wes Madeira <nom...@ya...> wrote:
> I am just starting to learn about programming and the use of text editor's
> and compilers. I have installed Dev-C++ and was able to successfully run a
> program, however I can not get my windows "cmd" window to pop up showing
> the programs result. All I get is the window of Dev-c++ telling me it
> worked. What setting must I change in order to have the "cmd" window pop up?
>
> Thank you
> Wes Madeira
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm
> https://lists.sourceforge.net/lists/listinfo/dev-cpp-users
>
>
|