Hi
Is it possible to have control arrays in C++? I have a lot of check boxes which I want to check the value of (ie checked or unchecked) and think that the easiest way to do this would be something like:
(I know the code isnt right - just using it for ease of illustration)Code:for(i=0; i<8, i++) { cout << CheckBox[i].Value }
Is that kind of thing possible?
Thanks for any help
TJJ



LinkBack URL
About LinkBacks


