hello
i have installed devcpp on my wine but when i run it no command prompt is shown
and so i cant see if it runned or no? how i can run it?
as this program:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout<<"hello,world"<<endl;
int i;
cin>>i;
system("PAUSE");
return EXIT_SUCCESS;
}
but when i run it ,shows nothing.
valhamdolelah.
sajadsa wrote:> i have installed devcpp on my wine but when i run it no command prompt is shownIf it's a console app try using wineconsole.