> #include ~ Online tutorial

#include

  #include (directive)

Treats text in the file specified by filename as if it appeared in the
current file.

 Syntax:

   #include "filename"
   #include <filename>

 #include "filename" searches the source path first, then the include path.

 #include <filename> does not search the source directory.

 Examples:
  #include <stdio.h>
  #include "main.h"

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: