Im new

K

KillerJ59J

After i make make it it works alright it im doing the commamds right and every
thig. It has what i put in it . But when i starting it comes up for about half
a sec than goes back down. My email is KillerJ59J
 
J

jbruno4000

After i make make it it works alright it im doing the commamds right and
every
thig. It has what i put in it . But when i starting it comes up for about
half
a sec than goes back down. My email is KillerJ59J

That problem was discussed here recently, the conclusion was to use one of the
following:

system("pause");
cin.get();
cin.ignore(1000, '\n');

insert one of these statements just before the 'return 0' statement. It will
cause the pause you require until you press a key from the keyboard.

i.e.

int main()
{
cout ...
xxxx ...
cin.get();
return 0;
}

JB
 
M

Mike Wahler

KillerJ59J said:
After i make make it it works alright it im doing the commamds right and every
thig. It has what i put in it .

But when i starting it comes up for about half
a sec than goes back down.

Try some Viagra, I hear you can get it off the internet nowadays.
I think even AmoreZone.com has it. Or was it eBabe? Look it up.


-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,148
Messages
2,570,838
Members
47,385
Latest member
Joneswilliam01

Latest Threads

Top