.h Files Creation


2004-01-03 01:22:47 PM
cppbuilder75
I have a program requiring access to string.h file. when I use strcpy
function, an error occurs stating the function is not found. I have other
string functions that without the string.h file cause the same error. So I
am guessing that the code referencing to the string.h file does not exist in
the copy I have that makes the 'strcpy' function work. I am either looking
for understanding of the problem or to know how to generate a new .h file.
I have found code for versions of the string.h file on the web and thought a
cut and paste into an editor and then saving it might work. How do you make
it a .h file though?
Bret Borman