# C 學習紀錄
###### tags: `C` `學習紀錄`
## 影片
* [新教程](https://youtu.be/mK1r-vuXQZA?list=PLmOn9nNkQxJFL4l5k1_KUBzJroRc0QtOU)
* [進度 YT](https://youtu.be/v0l79K05Lm4?list=PLmOn9nNkQxJEg2_-BsCU73_h80Dgyy-Up&t=423)
* YT 有缺
* [進度 B](https://www.bilibili.com/video/BV1qJ411z7Hf?p=55)
* B 畫質、連線狀況差
* [講解題目](https://www.bilibili.com/video/BV1bJ411z7ke)
* [李根逸博士的 C 語言入門](https://youtu.be/Q9ViPkXCEtY?list=PLY_qIufNHc293YnIjVeEwNDuqGo8y2Emx&t=1031)
* [你所不知道的 C 語言:指標篇 (上) (2018-02-05)](https://youtu.be/G7vERppua9o?t=3430)
## example
* [spider](https://www.itread01.com/article/1449737802.html)
* [用 VSCode 寫 C/C++ 教學](https://hackmd.io/@liaojason2/vscodecppwindows)
* [yt VSCode with C](https://youtu.be/77v-Poud_io)
* [miwGW 安裝過程](https://youtu.be/dYGgm_55Whg)
## 他人筆記
* [某強者學生時期作品](https://hackmd.io/@yencheng/sysprocHw5?fbclid=IwAR0lZSjXcBZMeJFmYQivmZUJeAFBtqCnBQwVdpgoaIReheu-o3am7EAsLxo)
## 過程記錄
* 環境安裝 ( windows )
* 安裝 miwGW
* VSCode 安裝 c c++ 套件
* VSCode 安裝 code runner 套件
* 重開機後可正常撰寫、編譯 c 檔案
* \r 在 string 中是回到字串中[0]的位置
* 123456789\r***** 會變成 *****6789
* 123
## 實用文字記錄
* [用 C 實作演算法](https://github.com/TheAlgorithms/C)