c_learning

Table of Contents generated with DocToc

C_learning 学习C语言

注意 ⚠️中文注释乱码时,设置 vscode:files.autoGuessEncoding 项的值改为 true 即可,数据结构中推荐编码格式为 GBK

经典语句

  1. 在中国,没有纯C程序员,如果他不会C++,不是他对C有多么执着,可能是不会C++。嵌入式开发可能是个例外,可能还有其它只能用C不能用C++的场景。
  2. 我对前辈们的智慧怀敬畏之心,智慧的光芒流传千古,不学习是我们的损失。如果你以后成为了大佬,希望不要骄傲,只是因为站在巨人的肩膀上

第一章 c 语言学习

note: 推荐指定C++版本编译 -std=c++11

编译器

参考

Visit original content creator repository https://github.com/Danny5487401/c_learning

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *