Can you declare an array in C / C++ with different datatypes ??
I need an array which got integers in the first dimension and a char string in the second dimension.
Is this possible ??
Advanced thanks
Printable View
Can you declare an array in C / C++ with different datatypes ??
I need an array which got integers in the first dimension and a char string in the second dimension.
Is this possible ??
Advanced thanks
Ok , I got it.
Declared own struct with different datatypes .
Declared array of own struct.
No hard feelings I hope.