Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6ecff6

Browse files
committed
update
1 parent 8f996d2 commit f6ecff6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

C与C++学习之路.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* <http://www.cplusplus.com/>
66
* <http://en.cppreference.com/>
7+
* C++ compiler support: <https://en.cppreference.com/w/cpp/compiler_support>
78
* <https://isocpp.org/>
89
* C standard library: <https://en.wikipedia.org/wiki/C_standard_library>
910
* C++ Standard Library: <https://en.wikipedia.org/wiki/C%2B%2B_Standard_Library>
@@ -50,6 +51,7 @@
5051

5152
## Windows C++
5253

54+
* /std (Specify Language Standard Version): <https://docs.microsoft.com/zh-cn/cpp/build/reference/std-specify-language-standard-version>
5355
* CRT Library Features: <https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features>
5456
* Security Features in the CRT: <https://docs.microsoft.com/en-us/cpp/c-runtime-library/security-features-in-the-crt>
5557
* Linker Tools Warning LNK4098: <https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-warning-lnk4098>
@@ -82,23 +84,25 @@
8284
* C POSIX library: <https://en.wikipedia.org/wiki/C_POSIX_library>
8385
* POSIX.1-2017: <http://pubs.opengroup.org/onlinepubs/9699919799>
8486

87+
* GCC, the GNU Compiler Collection: <https://gcc.gnu.org/>
8588
* The LLVM Compiler Infrastructure: <http://llvm.org/>
8689
* clang: a C language family frontend for LLVM: <http://clang.llvm.org/>
8790

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+
8896
* Linux内核中无名管道pipe和有名管道fifo的分析: <http://blog.csdn.net/duanyipeng/article/details/6825232>
8997
* 应用 Valgrind 发现 Linux 程序的内存问题: <http://www.ibm.com/developerworks/cn/linux/l-cn-valgrind/>
9098
* 如何在linux下检测内存泄漏: <http://www.ibm.com/developerworks/cn/linux/l-mleak/>
9199
* Linux下的时间概念(主要是其中的计时器的使用): <http://blog.chinaunix.net/uid-23215128-id-2521295.html>
92100
* Linux 桌面应用技术专题: <http://www.ibm.com/developerworks/cn/linux/theme/desktop/index.html>
93101
* 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>
96102
* Linux 套接字编程中的 5 个隐患: <http://www.ibm.com/developerworks/cn/linux/l-sockpit/>
97-
* gcc和g++的区别: <http://www.linuxsky.org/doc/dev/200804/298.html>
98103
* 使用 GLib 工具集管理 C 数据帖子发表于: <http://forum.ubuntu.org.cn/viewtopic.php?p=2614850>
99104
* Linux静态/动态链接库的创建和使用: <https://blog.csdn.net/hcj2002/article/details/712146>
100105
* 基于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>
102106

103107
## Windows/Linux剪不断理还乱
104108

0 commit comments

Comments
 (0)