Hey, got a very simple question...
How could I create a group of variables with different types?
It can't be done with arrays in C++ as I understand it...so, is structures the answer?
Thanks!
Hey, got a very simple question...
How could I create a group of variables with different types?
It can't be done with arrays in C++ as I understand it...so, is structures the answer?
Thanks!
Or unions, or a class.
it depend the use it have