由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - Help, install C++ compiler
相关主题
想自学C,C++,用什么编辑器呢?哪儿可下载?Java怎么不能用新的版本编译?
10个包子 求救 新手 问个borland c++ 5.5的问题。。 (转载)XP的操作系统,装了MINGW,还要装什么才能编译C语言?
CPU 支持操作系统的问题 (转载)求推荐win7 64位下用的C编译器
问一个C++函数Parameter的问题c++什么编译器好使? (转载)
++ a faster or a++ faster in C?[公告] CompSci 板的投票结果
想去CS读个MASTER建议用open64Re: 改GCC 弄出一个特殊的Compiler,可能吗?
请教一个基础C++问题 (转载)GCC compiler 的问题
Ph.D Openings in CS/CE for Spring/Fall 2013SPAM 2.0
相关话题的讨论汇总
话题: c++话题: install话题: compiler话题: what话题: visual
进入CS版参与讨论
1 (共1页)
s*********k
发帖数: 1989
1
I downloaded the Borland .exe file, freecommandLinetools.exe
It says double-click to start installation. But I did and nothing happened (even after I reboot the computer). What I can do? THanks,
Who helps get $$$40, more than half of my wealth. Welcome donation.
r***u
发帖数: 241
2
This is 08. Go find Visual C++ or gcc.

(even after I reboot the computer). What I can do? THanks,

【在 s*********k 的大作中提到】
: I downloaded the Borland .exe file, freecommandLinetools.exe
: It says double-click to start installation. But I did and nothing happened (even after I reboot the computer). What I can do? THanks,
: Who helps get $$$40, more than half of my wealth. Welcome donation.

s*********k
发帖数: 1989
3
啥是08. Borland 也是对Windows的.

【在 r***u 的大作中提到】
: This is 08. Go find Visual C++ or gcc.
:
: (even after I reboot the computer). What I can do? THanks,

r***u
发帖数: 241
4
那个太老了吧,visual c++ express不也是免费的么?

【在 s*********k 的大作中提到】
: 啥是08. Borland 也是对Windows的.
w***g
发帖数: 5958
5
Make sure the file is intact (check the size of the file, the right size sho
uld be several megabytes.)
Borland free compiler is good.

(even after I reboot the computer). What I can do? THanks,

【在 s*********k 的大作中提到】
: I downloaded the Borland .exe file, freecommandLinetools.exe
: It says double-click to start installation. But I did and nothing happened (even after I reboot the computer). What I can do? THanks,
: Who helps get $$$40, more than half of my wealth. Welcome donation.

z***e
发帖数: 5393
6
visual C++??
It is not cool for sure! How can you tell people (especially in academic)
you are using Visual C++ for RESEARCH!!?? It even doesn't have a "
configuration" file or whatever...
You definitely should spend like 4 hours screwing up with some customized
Linux or BSD and install G++.

【在 r***u 的大作中提到】
: 那个太老了吧,visual c++ express不也是免费的么?
s*********k
发帖数: 1989
7
So what do you use/recommend?

【在 z***e 的大作中提到】
: visual C++??
: It is not cool for sure! How can you tell people (especially in academic)
: you are using Visual C++ for RESEARCH!!?? It even doesn't have a "
: configuration" file or whatever...
: You definitely should spend like 4 hours screwing up with some customized
: Linux or BSD and install G++.

z*****n
发帖数: 7639
8
He has given you recommends (linux & G++).

【在 s*********k 的大作中提到】
: So what do you use/recommend?
s*********k
发帖数: 1989
9
But I do not use linux. My OS is Window XP yet.

【在 z*****n 的大作中提到】
: He has given you recommends (linux & G++).
RR
发帖数: 561
10
you can use cygwin or mingw

【在 s*********k 的大作中提到】
: But I do not use linux. My OS is Window XP yet.
z***e
发帖数: 5393
11
is there anything you don't like for VC++ express?
actually you can download windows SDK and DDK, then use makefile and compile in command line.
no joking, that's how people write software in MSFT inside.

【在 s*********k 的大作中提到】
: But I do not use linux. My OS is Window XP yet.
l*****s
发帖数: 2109
12
俺也是这么干的,命令行用的cygwin

compile in command line.

【在 z***e 的大作中提到】
: is there anything you don't like for VC++ express?
: actually you can download windows SDK and DDK, then use makefile and compile in command line.
: no joking, that's how people write software in MSFT inside.

h**********c
发帖数: 4120
13
my practice, install VC++ 2008
then you google nmake , or MSDN nmake
command line Microsoft c/c++ compilation
the problem is VC++ produce a lot code gcc would repel.
1 (共1页)
进入CS版参与讨论
相关主题
SPAM 2.0++ a faster or a++ faster in C?
[转载] 问个fortran的基础问题想去CS读个MASTER
An interview question请教一个基础C++问题 (转载)
编译书一问Ph.D Openings in CS/CE for Spring/Fall 2013
想自学C,C++,用什么编辑器呢?哪儿可下载?Java怎么不能用新的版本编译?
10个包子 求救 新手 问个borland c++ 5.5的问题。。 (转载)XP的操作系统,装了MINGW,还要装什么才能编译C语言?
CPU 支持操作系统的问题 (转载)求推荐win7 64位下用的C编译器
问一个C++函数Parameter的问题c++什么编译器好使? (转载)
相关话题的讨论汇总
话题: c++话题: install话题: compiler话题: what话题: visual