English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming concept class

2007-02-14 05:33:53 · 3 answers · asked by nhbass 1 in Computers & Internet Programming & Design

3 answers

You're kinda vague but....

you'd probably want to make it readable "chmod a+r" and to put it in a directory such as /usr/include. For most unix compilers, this is the default area to look for header files. I'm sure VC++ has a default location also.

If you'd like to keep it somewhat private like in a directory such as /home/blah/blah/include, then you'll have to tell the compiler where to look for the .h file using "-I /home/blah/blah/include" on the compiler line. This tells the compiler to look in alternate places for header files in addition to the default locations.

2007-02-14 06:03:26 · answer #1 · answered by bytekhan 2 · 0 0

Not sure what your asking, lack of detail, but I'm gonna take a stab in the dark here.....


Make a link to the file itself or copy the contents, code, into a .txt file, make a link to that so they can see the code.


Without more detail theres not much more I can do...

2007-02-14 13:45:08 · answer #2 · answered by stultz_is 2 · 0 0

"header file" could refer to many things. Can you be more specific?

Joe Tech
http://www.JoeTech.com

2007-02-14 13:39:56 · answer #3 · answered by JoeTech.com 2 · 0 0

fedest.com, questions and answers