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?/
Yes............
Of course -.-
Quick !
Demonstrate the use of a for loop !
Originally Posted by Crash
Quick !
Demonstrate the use of a for loop !
Originally Posted by mastermods
while(true) {
}
lol
while loop != for loop.
while(true) {
}
Originally Posted by mastermods
while(true) {
}
Lol.
Code:
for( i = 0, i < 5, i++){
cout << i << endl;
}
Originally Posted by whatup777
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++? /
Originally Posted by CodeDemon
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".