User profile: timovandon

User info
User name:timovandon
History
Joined:
Number of posts:3
Latest posts:

Array with variable dimension in class or structure
Thanks very much! I protected everything now, apparently there was a part of the problem that scr...

Array with variable dimension in class or structure
Thanks for the response. I did not manage to solve it yet... I added: void activepoint::setdim(i...

Array with variable dimension in class or structure
Amateur question: I have a structure: struct ActivePoint { int totq; int valc[20]; in...