View Single Post
Old 9th November 2008
nfries88's Avatar
nfries88 nfries88 is offline
Port Guard
 
Join Date: Sep 2008
Posts: 24
Default

Quote:
Originally Posted by BSDfan666 View Post
Yes, the kernel and user land is typically all in C, minus a few perl/shell scripts.

I'm still not understanding your desire for C++, it's an entirely different language...

Now, perhaps it's a lack of understanding.. but you do not need a C++ compiler to build either gcc or g++, GNU's C++ compiler is written in C.
Maybe the desire is not to compile an operating system or another compiler but rather his own C++ project(s)? If pcc wants to replace gcc, why wouldn't it make a p++ to replace g++, a pobjc to replace gobjc, and so-on? :P
Reply With Quote