ILE C/C++ Programmer's Guide


Header Files that Work with Both C and C++

C header files are not generally usable by C++. Structures, unions and type definitions may be all right as well as variables. Care must be used in function prototypes and pragmas.


[ Top of Page | Previous Page | Next Page | Table of Contents ]