question about ptc

Posts 111 of 11 · Page 1 of 1
question about ptc
hey guys i am making a hack its preety simple and i would like to no
do seperate ptc comands have to be separated apart from being on a new line?/
Of course -.-
Quick !
Demonstrate the use of a for loop !
Quote Originally Posted by Crash View Post
Quick !
Demonstrate the use of a for loop !
Quote Originally Posted by mastermods View Post
while(true) {
}
lol
while loop != for loop.
while(true) {
}
Quote Originally Posted by mastermods View Post
while(true) {
}
Lol.

Code:
for( i = 0, i < 5, i++){
cout << i << endl;
}
Quote Originally Posted by whatup777 View Post
Lol.

Code:
for( i = 0, i < 5, i++){
cout << i << endl;
}
Code:
for(int i = 5; i > 0; i--){

    cout << "Ending in " << i << " seconds...\n";
    Sleep(1000);
    i++;

}
/
lol thanks
Isnt it common C++? /
Quote Originally Posted by CodeDemon View Post
Isnt it common C++? /
It should be, but you should know by now that half of the people in this section don't know C++ and just like to C+P things and call themselves a "Coder".
Posts 111 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?