- 博客(5)
- 收藏
- 关注
原创 Makefile入门-多层目录
>>tree /f : Hello/ Makefile include/ hello.h lib/ hello.c Makefile src/ main.c MakefileHello/Makefilehello: cd lib; make cd src; make gcc -Wall lib/he
2013-09-30 17:44:22
1470
原创 extern "C"
在CPP的代码中经常看到这样的一段申明:#ifdef __cplusplusextern "C" {#endif// Your Code#ifdef __cplusplus}#endif 第一行 __cplusplus 是CPP编译器内部定义的宏,所以若这段代码是CPP编译器处理的,那么代码将会被 extern "C" { CODE } 包含起来,编译器对这段代
2013-09-29 14:12:16
694
原创 文本文件搜索小工具
/*------------------------------------------------jinfengshare@163.com, 13.09.17Algorithms: KMP, BP, FASTER------------------------------------------------------------------------------*/#includ
2013-09-17 17:49:42
846
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人