Multidimensional array on heap.Thank you all for you replies! I'll think about it.
Multidimensional array on heap.I have corrected the code: [code] auto some_var1 = 20; auto some_var2 = 30; const auto some_const1...
Multidimensional array on heap.Hi! I have a question. I have the following code: [code] short int some_var1 = 20; short int so...
Pointer not returning the way I was expecting toThank you very much for all your replies! I now understand how things work!
Pointer not returning the way I was expecting toYou are right. I forgot to change [code]s.string[/code] with [code]o << s.string[/code] when I wrote...
This user does not accept Private Messages