Name: Anonymous 2012-07-05 17:14
Hello!
Does anyone know how to tell the program to print stuff each single step in my loop?
Whenever i execute the program it just prints the very last step:
for( uint i = 0; i < iter; i++) {
[...]
std::cout << "stuff";
}
Thanks!
Does anyone know how to tell the program to print stuff each single step in my loop?
Whenever i execute the program it just prints the very last step:
for( uint i = 0; i < iter; i++) {
[...]
std::cout << "stuff";
}
Thanks!