I am still getting a few errors like ; expected or missing and stuff like that when i have:
static bool[255] KeyStatus = { 0 };
but not when I have
static bool KeyStatus = { 0 };
how can i fix this?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 25
Thread: Array of BoolsThreaded View
|
Click Here to Expand Forum to Full Width |