随笔分类 - C/C++
C or C++
摘要:excerpted from Type conversions K&R Section 2.7 p59 对type conversion 的解释: The precise meaning of a cast is as if the expression were assigned to a var
阅读全文
摘要:最近在看<the c programming language> K&R 7.3章 Variable-length Argument Lists 变长参数列表, 笔记一下用法 1. 要用到的头文件 <stdarg.h> 包含一些用来遍历(step through)变长参数列表的 宏(marco)定义
阅读全文
摘要:最近学习C++,linux和网络编程,想做个小(mini)项目. 就去搜索引擎, 开源中国, Sourceforge上找http server的项目. 好吧,也去了知乎. 知乎上程序员氛围好, 有不少经验可以借鉴. 终极目标:自己实现(implement)一个WEB SERVER. 感想: 算法和数
阅读全文
摘要:问题描述: 在windows xp 上编译的cbp项目(已经生成.obj文件),放到fedora上无法顺利编译.(build) collect2:error: ld returned 1 exit status process terminated with status 1 (0 minutes(
阅读全文