#include <iostream> #include <stdio.h> using namespace std; class test { public: int main() { puts( "test::main hehe" ); return 0; } }; int main() { test x; x.main(); }
昨天,一個同學和我說了一道ACM題目,說很有趣,於是乎
C++ 不使用virtual實現多態,virtual多態不使
[cpp] //利用鏈表構建
C++鏈式繼承,鏈式繼承
10.菜單組件 77)問:菜單是Windows
高性能 TCP/UDP/HTTP 通信框架 HP-Socke