error here plz find out i need help

May 18, 2013 at 8:00pm
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 May 18, 2013 at 8:04pm
May 18, 2013 at 8:17pm
What kind of error?
Works for me fine.
May 18, 2013 at 9:20pm
("pause")
May 18, 2013 at 9:53pm
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.