-
Recent Posts
Recent Comments
Categories
Links
Daily Archives: January 31, 2018
C++ exit abort與destructor
#include #include class X { int i; public: X(int i): i(i) { } ~X() { std::cout
Posted in C++ Language
Leave a comment