首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

关于“\”的含意

2012-10-15 
关于“\”的含义#define YNOCOPY(type) private: \type (const type&): \void operator (const type&)这里

关于“\”的含义
#define YNOCOPY(type) private: \
type (const type&): \
void operator= (const type&)

这里面下划线的功能



[解决办法]
表示一行写不下,换行继续写。不打断原有含义。

热点排行