C/C++实例

Does the size of an int depend on the compiler and/or processor?(int 的大小是否取决于编译器和/或处理器?)
Why is the type of the main function in C and c++ left to the user to define?(为什么C和C++中main函数的类型留给用户定义?)
What is an unsigned char?(什么是无符号字符?)
System where 1 byte != 8 bit?(1 字节!= 8 位的系统?)
Correct usage of strtol(strtol的正确使用)
Calculating pow(a,b) mod n(计算 pow(a,b) mod n)
How to detect reliably Mac OS X, iOS, Linux, Windows in C preprocessor?(如何在 C 预处理器中可靠地检测 Mac OS X、iOS、Linux、Windows?)
Difference between static and shared libraries?(静态库和共享库的区别?)
Developing C wrapper API for Object-Oriented C++ code(为面向对象的 C++ 代码开发 C 包装器 API)
What is the closest thing Windows has to fork()?(Windows 最接近 fork() 的是什么?)
How does the Import Library work? Details?(导入库如何工作?细节?)
How to call C++ function from C?(如何从 C 调用 C++ 函数?)