GithubHelp home page GithubHelp logo

cprimerplus-6e-notes's Introduction

📔 C Primer Plus (第六版) 学习笔记

学习环境

  • 系统CentOS Linux release 8.0.1905 (Core)
  • IDE Visual Studio Code ————> remote development ssh连接云服务器开发
  • 编译器gcc(8.3.1 20191121 (Red Hat 8.3.1-5))

gcc细节请移步 👉 【gcc docs

调试方式

目前脚本所在目录为当前目录,如果要调试特定目录里面的code,可直接copy过去使用。

⚠️注意点

  • 需保证sh脚本执行文件和C调试文件是同级目录。
  • gcc版本需手动安装(脚本暂未添加检测gcc是否安装)

目前脚本的方式执行调试的方式为(支持使用中文名):

# 标准格式
test_all_example.sh C文件名

# 示例1 ----- C文件和脚本在同级目录
test_all_example.sh ch08_p1.c
# 示例2 ----- C文件和脚本不在同级目录
test_all_example.sh Chapter07/codes/练习题01.c

笔记内容点击 「」中的 📖 即可。

✅ --- 已完成

⬜ --- 未完成待核对调试完成

章(Chapter) 标题(Title) 笔记(Notes) 复习题(Review) 编程练习题(Practice)
01 初识C语言 📖」✅ 📖」✅ 📖」✅
02 C语言概述 📖」✅ 📖」✅ 📖」✅
03 数据和C 📖」✅ 📖」✅ 📖」✅
04 字符串和格式化输入/输出 📖」✅ 📖」✅ 📖」✅
05 运算符、表达式和语句 📖」✅ 📖」✅ 📖」✅
06 C控制语句:循环 📖」✅ 📖」✅ 📖」✅
07 C控制语句:分支和跳转 📖」✅ 「📖」⬜ 📖」⬜
08 字符输入/输出和输入验证 📖」✅ 「📖」⬜ 📖」⬜
09 函数 📖」✅ 「📖」⬜ 📖」⬜
10 数组和指针 📖」✅ 「📖」⬜ 📖」⬜
11 字符串和字符串函数 📖」✅ 「📖」⬜ 「📖」⬜
12 存储类别、链接和内存管理 📖」✅ 「📖」⬜ 「📖」⬜
13 文件输入/输出 📖」✅ 「📖」⬜ 「📖」⬜
14 结构和其他数据形式 📖」✅ 「📖」⬜ 「📖」⬜
15 位操作 📖」✅ 「📖」⬜ 「📖」⬜
16 C预处理器和C库 📖」✅ 「📖」⬜ 「📖」⬜
17 高级数据表示 📖」✅ 「📖」⬜ 「📖」⬜

cprimerplus-6e-notes's People

Contributors

solerho avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.