what is meant by a pointer goes out of scope ?
what is meant by a pointer goes out of scope ?
what if i store that pointer as field within a class ?
will it still go out of scope ?
1 2 3 4 5 6 7 8 9
|
class Connection
{
private:
SOCKET * hSocket;
};
|
Topic archived. No new replies allowed.