DJGPP = C++?
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.
and be sure when you compile that you use the -lstdcxx, so it links with the C++ library
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement