C/C++实例

Difference between files written in binary and text mode(以二进制和文本模式编写的文件的区别)
C/C++: Pointer Arithmetic(C/C++:指针算术)
Programmatically find the number of cores on a machine(以编程方式查找机器上的内核数)
Fastest way to check if a file exist using standard C++/C++11,14,17/C?(使用标准 C++/C++11,14,17/C 检查文件是否存在的最快方法?)
How to track down a quot;double free or corruptionquot; error(如何追查“双重免费或腐败错误)
C99 stdint.h header and MS Visual Studio(C99 stdint.h 头文件和 MS Visual Studio)
Is TCHAR still relevant?(TCHAR 仍然相关吗?)
Significance of ios_base::sync_with_stdio(false); cin.tie(NULL);(ios_base::sync_with_stdio(false) 的意义;cin.tie(NULL);)
Examples of good gotos in C or C++(C 或 C++ 中好的 goto 示例)
When to use inline function and when not to use it?(什么时候使用内联函数,什么时候不使用?)
How to convert an enum type variable to a string?(如何将枚举类型变量转换为字符串?)
Algorithm to convert RGB to HSV and HSV to RGB in range 0-255 for both(将 RGB 转换为 HSV 并将 HSV 转换为 RGB 的算法,范围为 0-255)