C++ in uUnix envoirnmaet


 
Thread Tools Search this Thread
Top Forums Programming C++ in uUnix envoirnmaet
# 1  
Old 07-10-2001
Question C++ in uUnix envoirnmaet

How I compile C++ in unix o/s
# 2  
Old 07-10-2001
On many UNIX C compilers, native support for C++ is build into the C compiler. I use the GCC compiler (www.gnu.org) and it compiles both C and C++ out of the box.
# 3  
Old 07-18-2001
Network

as far as i remeber if you are usig linux u have a cpp compiler for the same ..... you can search for the /usr/bin directory to basically find the c and c++ compiler suported in ur unix system ... usually it has a "c" embedded i it, and rest is all upto u.

good luck ..
# 4  
Old 07-27-2001
CC -flags filename.C (Solaris)

Note:- CC is uppercase and so is file extension



Smilie
# 5  
Old 12-05-2008
You can use the compiler g++.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Evaluate uUNIX and MSDOS shell script features

I need to select the main features of shell scripting on UNIX and evaluate their MSDOS equivalent. can anyone suggest some online resources articles anything?? Thanks in advance (0 Replies)
Discussion started by: deemon111
0 Replies
Login or Register to Ask a Question