Thread
:
standard C header file in c++
View Single Post
asadullah.ansari
TechCake
13Mar2008,16:48
Suppose this is your c++ Code
extern "C"
{
#include "cFile.h" // This is C file included in c++ file
}