One part of a code won't print out on window

because of this

1
2
    return 0;
    cin.get();


it must be

1
2
    cin.get();
    return 0;

Is that a question?
sort off
Ah. So what is the question?
The question is: Why am I beginner in c while I'm not?
Last edited on
Topic archived. No new replies allowed.