c语言学习、工作相关必备的常用网站

1、https://zh.cppreference.com/,c、c++参考手册,

2、http://www.cplusplus.com/,在线查看c、c++函数的定义及用法

3、http://c-faq-chn.sourceforge.net/ccfaq/ccfaq.html c faq c语言常用问题集合

4、https://www2.cs.arizona.edu/~mccann/cstyle.html Recommended C Style and Coding Standards编程规范

5、https://www.lysator.liu.se/c/ten-commandments.html The Ten Commandments for C Programmers c语言开发的10条建议

5、https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html C Coding Standard 编码标准

6、http://syque.com/cstyle/contents.htm cstyle

7、https://projectacrn.github.io/latest/developer-guides/c_coding_guidelines.html

8、https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html gnu c 手册

9、https://segmentfault.com/a/1190000012461553 聊聊ANSI C、ISO C、GNU C、POSIX C的区别

原文地址:https://www.cnblogs.com/CodeWorkerLiMing/p/12007385.html