<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Thu, 24 Sep 2009 23:12:17 +0100
From   : jgh@... (Jonathan Graham Harston)
Subject: Beeb, this was your grandma!

Rick Murray wrote:
> > You can play silly games like this:
> > (int*)(((int)(&fred))+1)
 
for (;;) (*f[*(p++)])();
 
> > <this> ===> system libraries / system headers
> > "this" ===> application specific headers
> 
> Why the distinction?
 
#include <filename> searches in the system-wide C libraries
#include "filename" searches relative to the file/project being compiled
 
-- 
J.G.Harston - jgh@...                - mdfs.net/User/JGH
Whitby Yards Gazetteer - http://mdfs.net/Docs/Books/YofWhitby/Gazetteer
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>