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. |