c++ ##

#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;
}

  

 

posted @ 2022-10-26 17:32  leochan007  阅读(48)  评论(0)    收藏  举报