Check your formatting there.Code:for (int i = 0, i < 5; i++ ;); /// line 17
you probably want
Code:for (int i = 0; i < 5; i++ ) /// line 17
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 28
Thread: Algorithm problemThreaded View
|
Click Here to Expand Forum to Full Width |