在C++中如何使用C
摘要:如下代码:/*C语言头文件:Max.h*/#ifndef _MAX_H_#define _MAX_H_int Max(int nA,int nB)#endif/*C语言实现文件:Max.c*/#include "Max.h"int Max(int nA,int nB){ return((nA-nB...
阅读全文
posted @ 2015-09-30 10:48
posted @ 2015-09-30 10:48
posted @ 2015-09-09 13:49
posted @ 2015-09-02 14:40
posted @ 2015-09-02 14:34
posted @ 2015-09-01 09:34