摘要:
Example 12345678910111213141516171819202122 // vector::data #include <iostream> #include <vector> int main () { std::vector<int> myvector (5); int* p 阅读全文
posted @ 2015-10-07 21:33
PKICA
阅读(11665)
评论(0)
推荐(3)
摘要:
void exit(int status){ while(_exit_funcs != NULL) { ... _exit_funcs = _exit_funcs->next; } ... _exit(status);} 其中_exit_funcs是存储由__cxa_atexit和atexit注册的 阅读全文
posted @ 2015-10-01 21:33
PKICA
阅读(291)
评论(0)
推荐(1)
摘要:
C++ has from the beginning attempted to improve on the type system of C, adding features like classes that let you build better types and enums, which 阅读全文
posted @ 2015-10-01 11:12
PKICA
阅读(15)
评论(0)
推荐(0)
浙公网安备 33010602011771号