cancel
Showing results for 
Search instead for 
Did you mean: 

C Plus Plus

greg_t
Associate II
Posted on August 06, 2011 at 09:11

&sharpifdef __cplusplus

extern ''C'' {

&sharpendif

I've seen the above in all the library header files , but what does it mean?

#mix-c-and-c++
2 REPLIES 2
donald2
Associate II
Posted on August 06, 2011 at 13:21

It allows the header file to be used with either 'C' or C++ compilers.  You can ignore it.

Andrew Neil
Evangelist