Re: can't locate my include files
On Oct 18, 8:31 pm, "don" <d...@panix.com> wrote:
> I was trying to compile a .c source file using bcc on my winxp system but
> the only way this would work is if I put the stdio.h file in the same folder
> as the source file, even though my include statement said this #include
> <c:\myfiles\include> which I thought would solve the "can't find error" I
> was getting for my printf statements etc. etc.
See section 10 of the C-FAQ.
|