using namespace std;
#include <iostream>
void main ()
...

C++ While Loop problem

by https://www.google.com/accounts/o8/id?id=AItOawnw_1FTdneRHSO7bpyrOR95lIwLqo99SxE, November 15, 2010 15:51, 5 refactorings, tagged with while, black screen

Without the while loop, it ...

55502f40dc8b7c769880b10874abc9d0 Talk
// routine for loading all grass sprites we can find
char buffer[32];
std::string setname = "jungle";
...

C++ Call sprintf_s only once

by Mizipzor, January 26, 2009 10:27, 6 refactorings, tagged with loop, C++, while, sprintf_s

Can this routine be done wi...

9e9bb40f93094055bd09193eb3bccbb8 Talk