Well what i can tell you is that ... listen carefully for the #include<stdio.h> it is inside the compiler it is system or compiler define header files that has already been build which is standard ASCII C but for the #include"stdio.h" let say when a header file is inside the directory of your source code or executable directory then we use the double qoutes that is what i know....
Prince Annan Koomson --- On Fri, 11/21/08, Md Tarik Mahmud <[EMAIL PROTECTED]> wrote: From: Md Tarik Mahmud <[EMAIL PROTECTED]> Subject: [c-prog] Header file?? To: [email protected] Date: Friday, November 21, 2008, 4:11 PM i'm new to learn C. i'm using Visual studio C++ to learn C. i found that sometimes header files are included in this way: #include "stdio.h" but sometimes in this way: #include <stdio.h> can anyone clear the differences between this two ways? is it for different purposes? or it's same to use anyone of the above 2 ways? [Non-text portions of this message have been removed]
