| View previous topic :: View next topic |
| Author |
Message |
BanMe Master Cheater
Reputation: 0
Joined: 29 Nov 2005 Posts: 375 Location: Farmington NH, USA
|
Posted: Fri Sep 05, 2008 8:30 pm Post subject: |
|
|
oh oh me me
use
| Code: |
__asm
{
start:
asm here...
}
|
and stay away from the CRT.. !!!
|
|
| Back to top |
|
 |
Chidori Grandmaster Cheater
Reputation: 1
Joined: 25 Apr 2008 Posts: 691 Location: Canada
|
Posted: Fri Sep 05, 2008 9:15 pm Post subject: |
|
|
| THANK GUYS but how do i stop the program from closing when it opens
|
|
| Back to top |
|
 |
arigity Advanced Cheater
Reputation: 0
Joined: 03 Jul 2008 Posts: 65 Location: middle of nowhere.
|
Posted: Fri Sep 05, 2008 9:22 pm Post subject: |
|
|
| add cin.get() to the end, the program will wait for you to hit a key before closing.
|
|
| Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Fri Sep 05, 2008 9:22 pm Post subject: |
|
|
GAH!
| HalfPrime wrote: | And before you ask why your program closes as soon as you open it, put
| Code: | cin.sync();
cin.ignore(); |
before the return 0;. |
_________________
|
|
| Back to top |
|
 |
Chidori Grandmaster Cheater
Reputation: 1
Joined: 25 Apr 2008 Posts: 691 Location: Canada
|
Posted: Fri Sep 05, 2008 9:23 pm Post subject: |
|
|
| HalfPrime wrote: | GAH!
| HalfPrime wrote: | And before you ask why your program closes as soon as you open it, put
| Code: | cin.sync();
cin.ignore(); |
before the return 0;. |
| i tried that it didnt work
| Description: |
|
| Filesize: |
112.11 KB |
| Viewed: |
2247 Time(s) |

|
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Fri Sep 05, 2008 10:48 pm Post subject: |
|
|
Look where your closing bracket is.
Hint: end line.
also, there's a period after your return.
|
|
| Back to top |
|
 |
Chidori Grandmaster Cheater
Reputation: 1
Joined: 25 Apr 2008 Posts: 691 Location: Canada
|
Posted: Sun Sep 07, 2008 7:11 am Post subject: |
|
|
| slovach wrote: | Look where your closing bracket is.
Hint: end line.
also, there's a period after your return. | TY lol u got 1994 posts, thats my birthday
|
|
| Back to top |
|
 |
|