Re: Staic array de allocation
- From: Flash Gordon <spam@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 14:47:58 +0100
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
.
- References:
- Staic array de allocation
- From: somenath
- Re: Staic array de allocation
- From: Little guy
- Staic array de allocation
- Prev by Date: Re: Deamon Process
- Next by Date: Re: error: expected ')' before '*' token -- What is this ?
- Previous by thread: Re: Staic array de allocation
- Next by thread: Re: Staic array de allocation
- Index(es):