https://github.com/feixiao/c_practice
C/C++练习和第三方库demo
https://github.com/feixiao/c_practice
c c-plus-plus googletest libnice libtool
Last synced: 6 months ago
JSON representation
C/C++练习和第三方库demo
- Host: GitHub
- URL: https://github.com/feixiao/c_practice
- Owner: feixiao
- License: apache-2.0
- Created: 2016-07-14T03:21:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-15T05:41:20.000Z (11 months ago)
- Last Synced: 2025-07-15T06:52:54.084Z (11 months ago)
- Topics: c, c-plus-plus, googletest, libnice, libtool
- Language: C
- Homepage:
- Size: 15.7 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
### C/C++验证代码
#### 依赖库
```shell
# Linux && OSX
https://codeup.aliyun.com/604af15bf11bae7ca07d68b0/fx2020/deps.git
# Android
https://codeup.aliyun.com/604af15bf11bae7ca07d68b0/fx2020/3rd
```
#### LLDB
```shell
lldb attach -p
```
#### 参考资料
- [《LLDB 十分钟快速教程》](https://zhuanlan.zhihu.com/p/106415182)