An open API service indexing awesome lists of open source software.

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

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)