It is difficult to read this. Consulting the site's guidelines on how to post source code. Here is an example:
// This is a comment
// Here is some code
for (int i = 0; i < 1024; i++)
{
if ((i % 100) == 0)
{
cout << (dec) << i << endl;
}
}
rubberman
Posting Maven
2,676 posts since Mar 2010
Reputation Points: 378
Solved Threads: 316
Skill Endorsements: 53