1 Star 0 Fork 24

yeyanhong/socket

forked from eclipser/socket 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CSChatMessage.h 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2014-03-17 19:01 . 聊天消息协议
/*
* File: CSChatMessage.h
* Author: Vicky.H
* Email: eclipser@163.com
*
* Created on 2014年3月8日, 下午4:31
* 头文件可以包含:
* 1.命名名称空间 namespace N{...}
* 2.类的声明 class clz;
* 3.类的声明与定义 struct str{int x;};
* 4.模版声明 template <class T> class V;
* 5.模版声明与定义 template <class T> class V{}
* 6.数据声明 extern int a;
* 7.函数声明 extern int len(const char*);
* 8.在线函数定义 inline char get(char* p){return *p++;}
* 9.常量定义 const float pi = 3.1415;
* 10.枚举 enum Light {red,yellow,green};
* 11.包含指令 #include <iostream>
* 12.宏定义 #define VERSION 1.0
* 13.条件编译指令 #ifdef __cplusplus
*
* 头文件不可以包含:
* 4.无名名称空间 namespace {...}
* 1.常规的函数定义 char get(char* p){return *p++;}
* 2.数据定义 int a;
* 3.聚集量(aggregate)定义 short tb1[] = {1,2,3};
* 4.导出的模版定义 export template <class T> fun(T t) {...}
*/
#ifndef CN_VICKY__CSCHATMESSAGE_H
#define CN_VICKY__CSCHATMESSAGE_H
// #pragma once
// _Pragma("once") // 更多查看pra
#endif /* CN_VICKY__CSCHATMESSAGE_H */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ye-yanhong/socket.git
git@gitee.com:ye-yanhong/socket.git
ye-yanhong
socket
socket
master

搜索帮助