Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

For loop won't hit!

$
0
0

For loop keeping jumping over its self.

void DrawBoard()
{
cout << "  | 1 2 3 4 5 6 7 8 9" << endl;
cout << "_ | _ _ _ _ _ _ _ _ _" << endl;
for (int i = 0; i < width; i++)
{
cout << width << " | ";
for (int i = 0; i < height; i++)
{
cout << height << " ";
}
cout << endl;
}
}


Viewing all articles
Browse latest Browse all 15302

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>