Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] c++ compiler compatible to borland c++

> Hi!
> 
> Which of the compilers mentioned in "c/c++ developmente with the eclipse
> platform - How to use the c/c++ Development Toolkit (CDT)" - GCC, Cygwin,
> or
> MinGW is compatible to Borland C++?

As long as you stay compatible to ANSI/ISO C++ you're fine.
Anything else is compiler specific. Like Borland's conio.h in C or
OWL/VCL/CLX or whatever, such things do not exist in GCC, Cygwin, MinGW, but
there are other possibilities.

> Thanks in anticipation
> 
> Harp 
> 
> -- 
> NEU: Bis zu 10 GB Speicher für e-mails & Dateien!
> 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

-- 
NEU: Bis zu 10 GB Speicher für e-mails & Dateien!
1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail



Back to the top