摘要:
//This one actually compiles to assembly that doesn't have any conditionals: #include <stdio.h> #include <stdlib.h> void main(int j) { printf("%d\n", 阅读全文
posted @ 2020-11-16 09:11
fndefbwefsowpvqfx
阅读(57)
评论(0)
推荐(0)
摘要:
#include<iostream> using namespace std; class Composition{ public: //同时有类内初始值和初始化列表时候,最终值为初始化列表中的 Composition():im(this),m(20){cout<<"Composition ctor 阅读全文
posted @ 2020-11-16 09:06
fndefbwefsowpvqfx
阅读(79)
评论(0)
推荐(0)