What does means * in array allocation before size declaration in C++? -


this question has answer here:

table = new myobject*[table_size]; 

i know * declaring pointers variable , obtain value of variable pointer, mean?

it means know means :-)

the type myobject * pointer myobject object declaring array of said pointers, table_size of them exact.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -