由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 大家在linux下面用什么C++的IDE呢?
相关主题
为什么在我的电脑上编译好的程序,无法在其他电脑上运行?请教一个makefile 小问题
Help: how to use Eclipse as C++ IDE in XP?10个包子 求救 新手 问个borland c++ 5.5的问题。。
关于用 Eclipse 开发C++ 程序exe built by visual studio 2005,cannot run?
develop linux apps on Windowsgdb stl 调试问题
Qt Creator打算安装mingw,我应该下哪些文件呢,
这几天试了一下linux c++ IDEfree C++ compiler under Vista?
Gcc出来的exe,被防病毒软件block了......windows下有没有免费的C++编译器?
最近oracle/google的case有了新动态c++标准函数传递一问
相关话题的讨论汇总
话题: ide话题: linux话题: c++话题: api话题: windows
进入Programming版参与讨论
1 (共1页)
W****W
发帖数: 508
1
不用IDE,那么大家用什么来做呢?emacs+make?
t********s
发帖数: 6
2
no need vs.net compiler neither.
use mingw.
c********e
发帖数: 383
3
of course, whats "better" is its "ALL" open source.
unlike windows API when u call waitformultipleobject you have to consult
msdn for detailed behavior description, on linux u can go ahead to
read source code of select to figure everything out by urself.
there are all kinds of libs flying around (maybe be a problem) depending
on what you want to do.
Those APIs are also layered persay, for example, u have malloc in glibc
for user lvl programming and u have kmalloc for kernel coding.
If its GUI re
N********n
发帖数: 8363
4
Does Linux provide Windows API kind of stuff to develop all sorts of
applications?

【在 W****W 的大作中提到】
: 不用IDE,那么大家用什么来做呢?emacs+make?
f*****p
发帖数: 235
5
没有收费的商用软件吗?

【在 t********s 的大作中提到】
: no need vs.net compiler neither.
: use mingw.

1 (共1页)
进入Programming版参与讨论
相关主题
c++标准函数传递一问Qt Creator
DJGPP下怎样用pthread.h?这几天试了一下linux c++ IDE
别见笑:一个初级问题:如何把开源open-source的源程序导入Visual studioGcc出来的exe,被防病毒软件block了......
问一下可能性,MingW生成的DLL和MSVC生成的DLL两个线程同步最近oracle/google的case有了新动态
为什么在我的电脑上编译好的程序,无法在其他电脑上运行?请教一个makefile 小问题
Help: how to use Eclipse as C++ IDE in XP?10个包子 求救 新手 问个borland c++ 5.5的问题。。
关于用 Eclipse 开发C++ 程序exe built by visual studio 2005,cannot run?
develop linux apps on Windowsgdb stl 调试问题
相关话题的讨论汇总
话题: ide话题: linux话题: c++话题: api话题: windows