Advertisement

DJGPP = C++?

Started by February 29, 2000 07:51 AM
2 comments, last by zaphod 24 years, 6 months ago
Is DJGPP an object oriented language? i.e. can you declare classes? If so, what is the syntax? Sorry if these are stupid questions. felix.
DJGPP is not a language, it is just a dos system that is based on a port of gcc for Linux. Just use it like regualar C++ and it will work.



Advertisement
and be sure when you compile that you use the -lstdcxx, so it links with the C++ library
Note to all of you DJGPP users using RHIDE: I remember an error with the -lstdcxx command. It was looking for the file ...DJGPP\LIB\libstdcxx.a (NINE letters) and RHIDE only supports 8.3 format.

To fix this just rename libstdcxx.a to libstdcx.a

This topic is closed to new replies.

Advertisement