摘要: Question #49: What is the output of the program? 55% on 10074 times asked #include <iostream> class Foo { public: char c; static double sd; double d; int i; }; int main(int argc, char** argv) { ... 阅读全文
posted @ 2009-05-12 16:48 飞扬跋扈 阅读(214) 评论(0) 推荐(0) 编辑