LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How can I get a free C++ compli (https://www.linuxquestions.org/questions/programming-9/how-can-i-get-a-free-c-compli-76083/)

adoyee 07-26-2003 08:32 AM

How can I get a free C++ compli
 
Usually I compile my c++ program with g++ via telnet a RH server,But now the server has closed for some reasons. My own OS is Win2000. I want compile C++ program ,how ever I don't want to use VC, BCB....

Can I download a free C++ compiler ,which can compile ANSI C++ is ok.


Thanks :)

kev82 07-26-2003 08:36 AM

you could install some sort of unix then use g++, i dont know how good cygwin is but you could try that, ive also heard people say dev-c++ is really good. try googling

adoyee 07-26-2003 08:42 AM

Yes, I'v download Dev-C++. But.. but .. I can not use it :( .
The hello codes as:

#include <iostream>
using namespace std;
int main (){
cout<<"Hello,Word"<<endl;
return 0;
}

can't pass compiler....

.... .....

:(

Maybe I am too poor.

Hko 07-26-2003 09:13 AM

You may want to have a look at DJGPP:

http://www.delorie.com/djgpp/

or see

http://www.bloodshed.net/compilers/index.html

for a list of free compilers.

kev82 07-26-2003 10:45 AM

i dont reccomend djgpp it doesnt work too well with win2k/winxp as for help with dev c++ ive never used it so i dont know

peace 07-27-2003 11:52 AM

I would highly recommend Dev C++.

moeminhtun 07-28-2003 03:34 AM

You can get the Borland "C++ Builder" free version.

http://www.borland.com/products/down...cbuilder.html#


All times are GMT -5. The time now is 11:40 AM.