AT_LNXDO 在 关于Ubuntu使用 `cs50.h` 小记 中发帖
最近看哈佛的CS50,授课水平确实很高并且英语说的真六(半小时不带停的):tieba_013: :tieba_013:
其中第二节讲C语言时,引入了一个叫 cs50.h 的库,看着直接用string、get_*… 那叫一个顺呀!!我直接就开始操作 (Ubuntu 系统)
1. Github仓库 cs50/libcs50
curl -s https://packagecloud.io/install/repositories/cs50/repo/script.deb.sh | sudo bash
sudo apt-get install libcs50
2. 我直接就是 make hello ,不出意外的出意外了 :tieba_033::tieba_033:
[0]
咦!报错找不到 :tieba_015: :tieba_015: 这不对哦 你很不乖
/usr/...