VC + + 6.0 compiled post-generated files

Source: Internet
Author: User

After compiling, the program will generate multiple files in the Target Path Debug folder (*.exe,*.ilk,*.obj,*.pch,*.pdb,*.idb,*,pdb), *.CPP,*.DSP,*.NCB,*.PLG

*.exe: Is the generated executable file
*.ilk: The connector automatically generates a ilk file when the incremental compilation connection is selected, recording connection information
*.obj: Is the target file, the product after the source program compiles
*.PCH: The full name is the precompiled header, which is the precompiled header file, which is automatically generated when the/yu switch is specified at compile time
*.IDB: File saving information, so that the compiler compiles only the most recently changed functions and only the most recent class definition of the changed source files, to improve the compilation speed
*.pdb: Full name is the program database, that is, the application data file, used to record debugging information, is a very important file, without him, the program can not be properly debugged
*.DSP: (full name is developer Studio Project) is also a profile, but she records all the configuration information for a project, plain text files
*.NCB: (full name no Compile Browser) abbreviation, which stored for ClassView, WizardBar and Component Gallery use of information, by the VC development environment automatically generated
*.PLG: is actually a hypertext file that can be opened with Internet Explorer, which records the build process and is a log-type file
*.cpp: is C + + source code file

VC + + 6.0 compiled post-generated files

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.