![]() |
standard C header file in c++
How can I include a standard C header file in my C++ code?
|
Re: standard C header file in c++
Suppose this is your c++ Code
extern "C" { #include "cFile.h" // This is C file included in c++ file } |
| All times are GMT +5.5. The time now is 13:33. |