$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: swapna (swapna0282_at_[hidden])
Date: 2007-11-21 05:10:06
How can I instantiate a static pointer of a class using boost::scoped_pointer ?
like for example:
static classA *A;
int main
{
...
...
A = new ClassA (PArameter list);
}
How do I do ths with boost::scoped_pointer.
---------------------------------
Now you can chat without downloading messenger. Click here to know how.