In VC7.0 and above, you can do the following:
I don't believe the 'static' keyword is necessary, but I'm not sure.Code:data_seg(...); static bool[255] KeyStatus = { 0 }; data_seg;
Arjay
| 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 |