GCC的图形化前端 wxgcc

码农软件 · 软件分类 · C/C++开发工具 · 2019-11-10 13:41:34

软件介绍

wxgcc 的全称是:wxpython gcc compiling toolkit ,它是一个在Linux环境下使用的,基于 wxpython 的GCC 编译器图形前端软件,可以用来快速的编译验证一个 C/C++ 程序,适合 C/C++ 初学者使用!

对于Linux用户(尤其是C/C++初学者),不知您是否遇到过这种情况:在进行C/C++编程或是研究他人源代码的时候,发现对于某个C /C++语言特性不是很明确,于是就想自己创建一个小程序编译测试一下。一般需要进行如下操作(以C语言的helloworld为例):

$ vi helloworld.c
$ gcc helloworld.c -o helloworld
$ ./helloworld

偶尔操作一回当然是没什么问题的,但如果需要频繁这么操作就会让人有些不耐烦了,wxgcc正是为解决这种问题而诞生。

本文地址:https://codercto.com/soft/d/18683.html

Foundation Web Standards

Foundation Web Standards

Jonathan Lane、Steve Smith / Friends of ED / 21st July 2008 / $34.99

Foundation Web Standards explores the process of constructing a web site from start to finish. There is more to the process than just knowing HTML! Designers and developers must follow a proper proces......一起来看看 《Foundation Web Standards》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具