¡@

Home 

c++ Programming Glossary: ptest

How do shared pointers work?

http://stackoverflow.com/questions/2802953/how-do-shared-pointers-work

Why doesn't delete destroy anything?

http://stackoverflow.com/questions/3280410/why-doesnt-delete-destroy-anything

namespace std int main I create a pointer to integer pTest make it point to some new space and fulfill this free space.. new space and fulfill this free space with a number int pTest pTest new int pTest 3 cout pTest endl things are working well.. space and fulfill this free space with a number int pTest pTest new int pTest 3 cout pTest endl things are working well so far...