Re: including files
- From: Ulrich Eckhardt <eckhardt@xxxxxxxxxxxxxx>
- Date: Tue, 18 Apr 2006 09:45:29 +0200
Eitan M wrote:
I have VC 6.0.
(For my university tasks, I am using ANSI C,
by Win32 console application).
Warning, VC6 doesn't support ANSI (or rather ISO) C completely.
I want to include another files, that have functions which I want to use.
How can I do that ?
#include "file.name"
Should the included files be in the same directory ?
That is up to you to decide.
And what if not in the same directory ?
You can either supply a full path, a relative path or tell the compiler (via
the project settings) to search in other paths, too.
Uli
.
- Follow-Ups:
- Re: including files
- From: Eitan M
- Re: including files
- References:
- including files
- From: Eitan M
- including files
- Prev by Date: wcsstr
- Next by Date: Re: wcsstr
- Previous by thread: including files
- Next by thread: Re: including files
- Index(es):
Loading