⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cxxprotect.h

📁 COPE the first practical network coding scheme which is developped on click
💻 H
字号:
#ifdef __cplusplus#define new		xxx_new#define this		xxx_this#define delete		xxx_delete#define class		xxx_class#define virtual		xxx_virtual#define typename	xxx_typename#define private		xxx_private#define protected	xxx_protected#define public		xxx_public#define namespace	xxx_namespace#endif#ifndef CLICK_CXX_PROTECT# ifdef __cplusplus#  define CLICK_CXX_PROTECT	extern "C" {#  define CLICK_CXX_UNPROTECT	}# else#  define CLICK_CXX_PROTECT	/* nothing */#  define CLICK_CXX_UNPROTECT	/* nothing */# endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -