Re: Staic array de allocation



Little guy wrote, On 31/07/07 09:03:
lan collins is right,static member will be deallocated when app
exit,refer below example:
#include <stdio.h>

class CTest
{
public: CTest(){ printf("allocate!\n");}

<snip>

Why are you posting C++ to a C group? It is not topical and not relevant to what goes on with C.
--
Flash Gordon
.