User profile: nabeel

User info
User name:nabeel
History
Joined:
Number of posts:6
Latest posts:

Unused functions
Hi, I have the following test program that I'm compiling with (g++ -O3 -Wall): [code]#include <io...

Allocation/deallocation of variable length objects
In 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 objects
Great! thanks for the information. By the way, do I have to use "operator delete" ? or is just "d...

Allocation/deallocation of variable length objects
Thank you so much for the feedback. However, this code is at least compiling successfully. Are you ...