Thread: malloc
View Single Post
  #1  
Old 07-29-2010, 05:55 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default malloc

I created a dyanamic array through malloc() function. (size is 1024) next time i want to change buffersize as 500 . how can do this?
__________________
C++
domain name forum
Reply With Quote