Unused functionsHi, I have the following test program that I'm compiling with (g++ -O3 -Wall): [code]#include <io...
Allocation/deallocation of variable length objectsIn that case, do you have any recommendations to overcome this problem? THanks again.
Allocation/deallocation of variable length objects[quote]there is no guarantee that new will return a pointer that has the correct alignment for someS...
Allocation/deallocation of variable length objectsGreat! thanks for the information. By the way, do I have to use "operator delete" ? or is just "d...
Allocation/deallocation of variable length objectsThank you so much for the feedback. However, this code is at least compiling successfully. Are you ...