Hello,
I think the title i snot the best. Here is my problem:
I now want to connect these both and want to create an array with 10 IntArray elements, where every IntArray has size 7. Is this possible?Code:IntArray v(7); // creates an integer array with size 7 IntArray v[10]; // creates an array with 10 elements where each element is an integer array (with size 0)
Best greetings and thanks for the help,
Dee



LinkBack URL
About LinkBacks



Should be bold, but I correct it now... I hope the meaning is now a little bit clearer. 