|
4 | 4 |
|
5 | 5 | * <http://www.cplusplus.com/>
|
6 | 6 | * <http://en.cppreference.com/>
|
| 7 | +* C++ compiler support: <https://en.cppreference.com/w/cpp/compiler_support> |
7 | 8 | * <https://isocpp.org/>
|
8 | 9 | * C standard library: <https://en.wikipedia.org/wiki/C_standard_library>
|
9 | 10 | * C++ Standard Library: <https://en.wikipedia.org/wiki/C%2B%2B_Standard_Library>
|
|
50 | 51 |
|
51 | 52 | ## Windows C++
|
52 | 53 |
|
| 54 | +* /std (Specify Language Standard Version): <https://docs.microsoft.com/zh-cn/cpp/build/reference/std-specify-language-standard-version> |
53 | 55 | * CRT Library Features: <https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features>
|
54 | 56 | * Security Features in the CRT: <https://docs.microsoft.com/en-us/cpp/c-runtime-library/security-features-in-the-crt>
|
55 | 57 | * Linker Tools Warning LNK4098: <https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-warning-lnk4098>
|
|
82 | 84 | * C POSIX library: <https://en.wikipedia.org/wiki/C_POSIX_library>
|
83 | 85 | * POSIX.1-2017: <http://pubs.opengroup.org/onlinepubs/9699919799>
|
84 | 86 |
|
| 87 | +* GCC, the GNU Compiler Collection: <https://gcc.gnu.org/> |
85 | 88 | * The LLVM Compiler Infrastructure: <http://llvm.org/>
|
86 | 89 | * clang: a C language family frontend for LLVM: <http://clang.llvm.org/>
|
87 | 90 |
|
| 91 | +* GNU GCC手册-1: <http://blog.chinaunix.net/uid-10386087-id-2958766.html> |
| 92 | +* gcc的基本用法: <http://blog.chinaunix.net/uid-20183141-id-1731007.html> |
| 93 | +* Comparison of Diagnostics between GCC and Clang: <https://gcc.gnu.org/wiki/ClangDiagnosticsComparison> |
| 94 | +* gcc和g++的区别: <http://www.linuxsky.org/doc/dev/200804/298.html> |
| 95 | + |
88 | 96 | * Linux内核中无名管道pipe和有名管道fifo的分析: <http://blog.csdn.net/duanyipeng/article/details/6825232>
|
89 | 97 | * 应用 Valgrind 发现 Linux 程序的内存问题: <http://www.ibm.com/developerworks/cn/linux/l-cn-valgrind/>
|
90 | 98 | * 如何在linux下检测内存泄漏: <http://www.ibm.com/developerworks/cn/linux/l-mleak/>
|
91 | 99 | * Linux下的时间概念(主要是其中的计时器的使用): <http://blog.chinaunix.net/uid-23215128-id-2521295.html>
|
92 | 100 | * Linux 桌面应用技术专题: <http://www.ibm.com/developerworks/cn/linux/theme/desktop/index.html>
|
93 | 101 | * Linux系统调用列表: <http://www.ibm.com/developerworks/cn/linux/kernel/syscall/part1/appendix.html>
|
94 |
| -* GNU GCC手册-1: <http://blog.chinaunix.net/uid-10386087-id-2958766.html> |
95 |
| -* gcc的基本用法: <http://blog.chinaunix.net/uid-20183141-id-1731007.html> |
96 | 102 | * Linux 套接字编程中的 5 个隐患: <http://www.ibm.com/developerworks/cn/linux/l-sockpit/>
|
97 |
| -* gcc和g++的区别: <http://www.linuxsky.org/doc/dev/200804/298.html> |
98 | 103 | * 使用 GLib 工具集管理 C 数据帖子发表于: <http://forum.ubuntu.org.cn/viewtopic.php?p=2614850>
|
99 | 104 | * Linux静态/动态链接库的创建和使用: <https://blog.csdn.net/hcj2002/article/details/712146>
|
100 | 105 | * 基于X的GNOME、GTK、GDK、XLib、GLib等之间的关系: <http://socol.iteye.com/blog/579718>
|
101 |
| -* Comparison of Diagnostics between GCC and Clang: <https://gcc.gnu.org/wiki/ClangDiagnosticsComparison> |
102 | 106 |
|
103 | 107 | ## Windows/Linux剪不断理还乱
|
104 | 108 |
|
|
0 commit comments