LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   C++ (https://www.linuxquestions.org/questions/linux-newbie-8/c-297115/)

aznboi12321 03-03-2005 07:29 AM

C++
 
there is a header file for the C language and im wondering on linux can i use it with the G++ compiler

reddazz 03-03-2005 08:12 AM

I am not sure this will work because most C++ header files are in a sightly different format to C. I am not an expert programmer so I could be wrong. Can't you rewrite the header for C++?

Matir 03-03-2005 08:39 AM

A c header file should compile fine with g++. It's done in many programs that integrate both c components and c++ components.

reddazz 03-03-2005 11:21 AM

I stand corrected :)


All times are GMT -5. The time now is 09:31 PM.