I would like to create an array of 255 Bools in a data_seg but I am not sure if im doing it right (the array and the data_seg part)?
Would I also have to enter 255 values?
data_seg(...);
static bool[255] KeyStatus = ???;
data_seg;
| 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 |