Go4Expert

Go4Expert (http://www.go4expert.com/)
-   C++ (http://www.go4expert.com/forumdisplay.php?f=100)
-   -   standard C header file in c++ (http://www.go4expert.com/showthread.php?t=9311)

heena.mca 13Mar2008 15:58

standard C header file in c++
 
How can I include a standard C header file in my C++ code?

asadullah.ansari 13Mar2008 16:48

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.