User: changkaizhao

  • Public profile

User profile: changkaizhao

User info
User name:changkaizhao
History
Joined:
Number of posts:3
Latest posts:

what will happen to pointer after set to NULL
thank you @MiiNiPaa ! so at runtime we always have hello() and helloworld() functions in heap even ...

what will happen to pointer after set to NULL
according to your suggestion, the main.cpp as follows: [code] #include <iostream> class A{ private: ...

what will happen to pointer after set to NULL
[code] class A{ private: int i; public: A(){this->i = 2;} void hello(){printf("hello...

This user does not accept Private Messages