error here plz find out i need help

1
2
3
4
5
6
7
8
int main()
{
    //Create contituency and start flow
    Contituency* con = new Contituency();
    con->start();
    system("pause");
    return 0;
}


pause error showing
Last edited on
What kind of error?
Works for me fine.
("pause")
I suggest you to change compiler.
Looks like you current compiler does not gives you extended info on error and even does not stating on which line error is.
Topic archived. No new replies allowed.