实例代码


什么是无符号字符?
What is an unsigned char?(什么是无符号字符?)...
2022-10-16 实例代码
9

1 字节!= 8 位的系统?
System where 1 byte != 8 bit?(1 字节!= 8 位的系统?)...
2022-10-16 实例代码
7

strtol的正确使用
Correct usage of strtol(strtol的正确使用)...
2022-10-16 实例代码
4

计算 pow(a,b) mod n
Calculating pow(a,b) mod n(计算 pow(a,b) mod n)...
2022-10-16 实例代码
7

如何在 C 预处理器中可靠地检测 Mac OS X、iOS、Linux、Windows?
How to detect reliably Mac OS X, iOS, Linux, Windows in C preprocessor?(如何在 C 预处理器中可靠地检测 Mac OS X、iOS、Linux、Windows?)...
2022-10-16 实例代码
8

静态库和共享库的区别?
Difference between static and shared libraries?(静态库和共享库的区别?)...
2022-10-16 实例代码
12

为面向对象的 C++ 代码开发 C 包装器 API
Developing C wrapper API for Object-Oriented C++ code(为面向对象的 C++ 代码开发 C 包装器 API)...
2022-10-16 实例代码
8

Windows 最接近 fork() 的是什么?
What is the closest thing Windows has to fork()?(Windows 最接近 fork() 的是什么?)...
2022-10-16 实例代码
138

导入库如何工作?细节?
How does the Import Library work? Details?(导入库如何工作?细节?)...
2022-10-16 实例代码
6

如何从 C 调用 C++ 函数?
How to call C++ function from C?(如何从 C 调用 C++ 函数?)...
2022-10-16 实例代码
15

以二进制和文本模式编写的文件的区别
Difference between files written in binary and text mode(以二进制和文本模式编写的文件的区别)...
2022-10-16 实例代码
5

C/C++:指针算术
C/C++: Pointer Arithmetic(C/C++:指针算术)...
2022-10-16 实例代码
3