Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the basic details about the C++ compilers?

BASIC compilers
0
Posted

What are the basic details about the C++ compilers?

0
10

There are two different C++ compilers currently available. – The compiler CC (/opt/SUNWspro/bin/cc) is the Sunsoft version 4.0 C++ compiler, and is a system V compiler environment. It includes headers from /usr/include, and uses libraries out of /usr/lib. The header files in /usr/include are written to be compatible with both Sunsoft C++ and C. To get man information, type man CC. This is a currently Sun supported product, which we have a support contract for. It will evolve moderately, but should be available in this basic form for at least the next 5-10 years. – another C++ compiler is /usr/um/bin/g++, which is the GNU C++ compiler. This compiler, unlike the native System V C++ compiler, searches the GNU C++ header files first, which are stored in /usr/um/gcc-2.7.2/lib/g++-include To get man information, type man g++ To get GNU info pages about GCC, type info -f /usr/um/gcc-2.7.2/info/gcc To get GNU info pages about libg++, type: info -f /usr/um/gcc-2.7.2/info/libg++ To get informati

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123