Wednesday, 23 October 2013

C Creating Dynamic Arrays

Posted by Саша 11:04, under | No comments


C++ Creating Dynamic Arrays? C++ Creating Dynamic Arrays?

Could someon please explain to me how to create a dynamic array?? or show me how to make one? Thanks!


Other Answers:




int* blah = new int[integer];









0 коммент.:

Post a Comment