[Seek Help] gcc如何使用
Tofloor
poster avatar
wugui12345
deepin
2021-04-06 19:42
Author

我是小白,刚刚开始学编程,哈编个图形玩玩不知如何运行效果,我觉的学编程一开始编写图形程序直观也不会被人误会你搞黑客哈
可是我发现我不会使用gcc玩不转啊

Reply Favorite View the author
All Replies
RedPanda
deepin
2021-04-06 19:58
#1

刚开始学编程别先学C语言了吧。。。。很没有成就感的。

建议先学学python,或者html+js这类的。

Reply View the author
Hello
deepin
2021-04-06 20:30
#2

gcc

图形的话c的话常见的就是gtk

然后gcc一个人是很难做到的,你还得写make文件

make学习起来比gcc稍微有些困难,因为gcc常用的就几个参数(

 

如果真要学c,从命令行学起,

gcc常用的编译命令是

gcc test.c -o test

 

想学图形,最方便的是用qt,那就是cpp了

Reply View the author
Hello
deepin
2021-04-06 20:39
#3

哦,如果是图形学,那就是opengl

Reply View the author
阿措
deepin
2021-04-07 00:34
#4

玩Gcc你要懂一点linux命令,一般还要用上vim,linux入门推荐书,鸟哥的私房菜

Reply View the author