code::blocks

http://www.codeblocks.org/

Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.

Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms.

Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging functionality is already provided by plugins!

 

Linux下运行控制台程序乱码问题:

1将encoding的编码utf-8改为windows936

  2将运行控制台程序的终端后边的

  xterm -T $TITLE -e

  改为

  gnome-terminal -t $TITLE -x

 ########################

http://blog.163.com/wangxuefan1220@126/blog/static/88211472011101384316330/

默认的情况下,CodeBlocks在编译工程的时候使用的是 Compling : xxx.cpp 来表示编译,而不会显示详细的编译命令参数。如果希望能够显示详细的编译参数,其实只需要简单的设置就可以完成了。

 

设置方法如下:

在 Setting -> complier and debugger Setting 中选择 global complier settings

然后找到标签为 other Setting,把complier logging 设置为 full command line即可。

 

2011年11月13日 - wangxf - 嵌入式技术交流

 

posted @ 2010-04-27 01:30  庚武  Views(243)  Comments(0Edit  收藏  举报