注册
登录
C/C++
>>
hello-clang
>>
返回
项目作者:
suhanyujie
项目描述 :
clang study example
高级语言:
C
项目主页:
项目地址:
git://github.com/suhanyujie/hello-clang.git
创建时间:
2019-03-27T00:35:16Z
项目社区:
https://github.com/suhanyujie/hello-clang
开源协议:
下载
hello clang
c语言测试代码,学习之用
build
gcc -m32 -o a.out tests/hello1.c
调试编译
加上
-g
的参数:
gcc -g test.c -o test.out
run
./a.out
c 的相关资料
https://github.com/qyuhen/book/blob/master/C%20%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.pdf