User profile: gduong

User info
User name:gduong
History
Joined:
Number of posts:26
Latest posts:

return a pointer to an array from function
On this line of code [code] *m = arrayAllocator(size); [/code] I am getting an error, line 12, for ...

dynamic memory
Thank you. I got it.

dynamic memory
Isn't the point of dynamic memory allocation to allocate memory during run time?

dynamic memory
I am getting an error or uninitialized local variable 'size' used and i don't know why. Can someone ...

Classes
That you. that fixed it.