khawar
March 28th, 2002, 06:25 AM
Can i make my own header file in C. If yes then what is the proces to do this.
|
Click to See Complete Forum and Search --> : header files in C khawar March 28th, 2002, 06:25 AM Can i make my own header file in C. If yes then what is the proces to do this. Manish Malik March 28th, 2002, 09:48 AM Just create a normal .C file and rename the extension to .H. Use "myfile.h" to include the file. Manish http://www.manishmalik.com Discuss it all at the Developer Forum : http://www.codeguru.com/cgi-bin/bbs/wt/wwwthreads.pl?action=list&Board=devforum ... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |