[One of the daily one C] supported ded & lt; & gt; and include & quot;

Source: Internet
Author: User

Include <> and include ""Every day, I picked up a C-language shell, which grew up and formed thousands of miles.
Today's shells: differences between C program # include <stdio. h> and # include "stdio. h"1. # include <> reference the header file in the compiler's class library path: 2. # include "" references the header file in the relative path in the program Directory: Summary: <> references the "official" header file, such as stdio. h, "" reference is your own "private" header file, such as my. h. "" Can also be used to reference the "official" header file. However, the compiler first scans the program directory for header files with this name. If yes, it loads the file: if not, go to the Compiler class library to find the header file and load it.
Have a nice day!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.