由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 小白一问:vista下面用什么C编译器?
相关主题
有人熟悉c++ Qt吗?请教C++ thread library
boost::proto 太爽了statistical programming
boost::test和enum classC++ 的 exception handling
ZT:C++未来断想网上哪里可以找到好的C++源代码
C++中如何处理日期时间?请教一个boost::bind的问题
boost::variant 的问题问个很基础的问题:C++的string
which Regular Expression lib in C++ do you prefer?请问哪儿有C++boost多线程的源程序
请推荐好的c++下的matrix库Boost C++ Libraries, 大家看哪些部分? (转载)
相关话题的讨论汇总
话题: mfc话题: vs2008话题: express话题: 编译器
进入Programming版参与讨论
1 (共1页)
r*********n
发帖数: 4553
1
一般流行的有哪些C编译器呢?哪些比较简单易用适合新手?
谢谢了!
O*******d
发帖数: 20343
2
Visual Studio 2008 express. It is free. Can only do console applications,
no UI development.
w***g
发帖数: 5958
3
I'm using visual studio 2008 express with QT for GUI application development
, works like a charm.
MFC is a piece of shit, I'm happy that vs2008 express doesn't come with MFC.

,

【在 O*******d 的大作中提到】
: Visual Studio 2008 express. It is free. Can only do console applications,
: no UI development.

b******n
发帖数: 592
4
It is ashame that vs2008 express doesn't come with version control supports.
and diff-merge

development
MFC.

【在 w***g 的大作中提到】
: I'm using visual studio 2008 express with QT for GUI application development
: , works like a charm.
: MFC is a piece of shit, I'm happy that vs2008 express doesn't come with MFC.
:
: ,

w***g
发帖数: 5958
5
乌龟cvs/乌龟svn + CMAKE + BOOST + QT + VS2008 C++ compiler, 非常不错的跨平台
开发方案. 写出来的程序不怎么用修改就可以在Linux下编译. VS自带的那套东西包括
IDE都是鸡肋.

supports.

【在 b******n 的大作中提到】
: It is ashame that vs2008 express doesn't come with version control supports.
: and diff-merge
:
: development
: MFC.

b******n
发帖数: 592
6
add WinMerge to your toolset. Eclipse has a quite good version control suppo
rt. You can diff functions, so if other people changed the order of function
s, you can still merge your code correctly. TortoiseCVS is quite annoying. D
idn't like it a bit.

【在 w***g 的大作中提到】
: 乌龟cvs/乌龟svn + CMAKE + BOOST + QT + VS2008 C++ compiler, 非常不错的跨平台
: 开发方案. 写出来的程序不怎么用修改就可以在Linux下编译. VS自带的那套东西包括
: IDE都是鸡肋.
:
: supports.

1 (共1页)
进入Programming版参与讨论
相关主题
Boost C++ Libraries, 大家看哪些部分? (转载)C++中如何处理日期时间?
求建议:C++的TCP/IP编程库boost::variant 的问题
基于macro的meta programming真难懂which Regular Expression lib in C++ do you prefer?
请教如何自己C++编程牛逼些请推荐好的c++下的matrix库
有人熟悉c++ Qt吗?请教C++ thread library
boost::proto 太爽了statistical programming
boost::test和enum classC++ 的 exception handling
ZT:C++未来断想网上哪里可以找到好的C++源代码
相关话题的讨论汇总
话题: mfc话题: vs2008话题: express话题: 编译器