Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ include <> vs ""

#include <iostream> //compiler will look in the predefined header directories only
#include "custom" //compiler will look in the local and predefined header directories 
 
PREVIOUS NEXT
Tagged: #include
ADD COMMENT
Topic
Name
7+8 =