#include <iostream> #define new_fun(parm) print##parm("this is a printf\r\n"); int main() { //new_fun(oh); //无法编译通过 new_fun(f); getchar(); return 0; }
标签:##,parm,c++,fun,new,main From: https://www.cnblogs.com/leochan007/p/16829283.html
#include <iostream> #define new_fun(parm) print##parm("this is a printf\r\n"); int main() { //new_fun(oh); //无法编译通过 new_fun(f); getchar(); return 0; }
标签:##,parm,c++,fun,new,main From: https://www.cnblogs.com/leochan007/p/16829283.html