How to write a program such that it will delete itself after
exectution?
Answer Posted / ven
I am not sure but I guess create a destructor
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What is object in c++ wikipedia?
How to allocate memory dynamically for a reference?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What are the manipulators in c++?
What is a hashmap c++?
How do I use turbo c++?
What's the hardest coding language?
What is function overloading in C++?
We use library functions in the program, in what form they are provided to the program?
What is protected inheritance?
How we can differentiate between a pre and post increment operators during overloading?
How to declare a function pointer?
What is a namespace in c++?
What is the keyword auto for?
Define pre-condition and post-condition to a member function in c++?