# Differences between include "filename" and # include

Source: Internet
Author: User

1. # differences between include "FILENAME" and # include <FILENAME>

For # include <FILENAME>, the compiler only searches for filename in the specified include file path, for more information, see tools> Options> projects and solutions> VC ++ directory.

For # include "filename", the compiler first searches for filename in the path specified by filename (relative or absolute), and then searches for the specified include file path.

2. If file a contains filename. h or filename, how does the compiler handle filename. cpp?

Replace filename. CPP is attached to filename. before the H file, attach the two to the front of a, but note that filename cannot be used directly in. the symbols (functions, global variables) in CPP must be declared before use (function declaration, extern Declaration)

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.