help!


 
Thread Tools Search this Thread
Top Forums Programming help!
# 1  
Old 08-13-2001
Tools help!

HI friends:

I use SUN workstation with sun5.7 system.
Somedays ago I installed gcc.2.95.3 on it,
but I could't use header file "ourhdr.h".
I want to know which header file work as
"ourhdr.h" and which header
file include functions err_quite(...) and err_sys(...) in gcc enviroment ?


thank you.
# 2  
Old 08-14-2001
Can I make an assumption and say that you're just learning C or some equivalent language? Because some text books use "ourhdr.h" as an include file, but this is simply a combination of things that the author of the novel or the programmer put together to make their own life simpler.

To my knowledge, there is no "ourhdr.h". I don't know which header files contain the "err" header files off the top of my head, but any good text book should contain them.
# 3  
Old 08-15-2001
MySQL

You are great.
thanks for your help!
# 4  
Old 08-15-2001
Anytime. I'm working on getting you the name of that header file. Also, you might want to check out www.cprogramming.com

That is a decent site with a message board something like this one, but this one is better in my own opinion! Smilie
# 5  
Old 08-15-2001
I think the header file you're looking for is "errno.h", but please double check that!
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question