User profile: dnulho

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

Finding size of passed array
I need to find the size of an array that is passed into a function. http://www.cplusplus.com/referen...

Sorting an array by using a linked list
I have two arrays of characters that I want to combine and sort according to an internal variable (i...

Turning an array and a vector into a combined linked list
I am trying to take an array of player mobs and an array of enemy mobs and turn them into a sorted l...

Building a destructor that outputs data before destroying it
Sorry about the delay, RL demanded my attention for the last couple days. [quote]I might expect an ...

Building a destructor that outputs data before destroying it
Yes, destructors are deallocating the memory that the instance of the object was using. However, I w...