04 2012 档案
摘要:嘿嘿
阅读全文
摘要:#include <iostream>class 我的类{public: 我的类(int 我的初始化变量){我的成员变量 = 我的初始化变量;} ~我的类(){} int 我的成员变量; void 打印我的变量(){std::cout<<我的成员变量<<std::endl;};};int main(){ 我的类 我的实例(1); 我的实例.打印我的变量(); return 0;}
阅读全文
摘要:#define MKS_(x) #x#define MKSTRING(x) MKS_(x)#define M1 "macro 1 macro 1"#define M2 macro 2int main(){ printf("%s\n",MKSTRING(M1)); printf("%s\n",MKSTRING(M2)); printf("%s\n",MKSTRING(string1)); printf("%s\n",MKSTRING(str str)); printf("%s\n&quo
阅读全文
摘要:ThequalifiedcandidatewilljoinIntelChinaFlexServices–PlatformEngineeringSolutionteamasasoftwareengineer.He/ShewillhaveopportunitiestoworkwithdifferentIntelproduct/businessgroupsonvariousR&Dprojects,mainlyfocusingonsystemlevelsoftwareareassuchasOSkernel,BIOS/Firmware/USB/PCIedevelopment,network/gr
阅读全文