Visual Studio Catalogs

Source: Internet
Author: User

Executable directory: The path to use when searching for executable files. Corresponds to the environment variable path.
Include directory: The path to use when searching for included files. correspond to include;
Reference directory: The path to use when searching for files introduced through #using. Correspond with environment variable LIBPATH;
Library Directory: The path to use when searching for a library file. Corresponds to the environment variable lib.

 PCH files are precompiled header-related files. Precompiled header concept: the so-called precompiled header is to put a part of the code in a project, pre-compiled and placed in a file (usually with a. pch extension), this file is called Precompiled header file, these precompiled code can be any C/s Code--------even inline functions, but must be stable and not be constantly changed during engineering development.
This makes some very stable content each time the compilation is not repeated every time the compilation. Time-saving
http://msdn.microsoft.com/zh-cn/library/3dxawkbx (v=vs.80). aspxWhat is the difference between "include directory" and "Additional Include directory"
http://blog.csdn.net/cppyin/article/details/6225596
One is to modify the value of the include macro for the system, which is global, one for the project, and no effect for other projects.

Visual Studio Catalogs

Related Article

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.