[Wine] devcpp error

sajadsa wineforum-user at winehq.org
Wed Dec 23 05:22:42 CST 2009


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.







More information about the wine-users mailing list