Questions about this topic? Sign up to ask in the talk tab.

CPP/Syntax/Includes

From NetSec
Revision as of 23:42, 15 July 2012 by GertieUbpgdd (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
back to CPP


 
#include <library>
//tells the compiler to look for 'library' in default library path.
 
#include "/path/to/library"
//tells the compiler to look for 'library' in a specific path.