The first thing I notice is that you have "++v" in the declaration of your For loop. It should be "v++"
I'm just glancing over your code, but that error could be preventing the incrementation of the v variable, which would cause the infinite loop.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |