VC++ 확장자

Program Visual C++ 2007. 1. 24. 13:28 Posted by HisPark
새로운 프로젝트를 만들면 프로젝트 폴더에 여러가지 파일이 생성됩니다. 각 파일의 의미를 확장자 별로 알아봅니다.


[확장자] [의미]
.APS     AppStudio file  
.BSC     Browser file .SBRs combined into 1 .BSC.
.CLW     ClassWizard file  
.ILK     Incremental linker file
.NCB     Contains the ClassView information Added in 4.0; delete if you have problems.
.PCH     Pre-compiled header file  
.PDB     Debugging info /Z7 affects this.
.RES     RC "object" file Linked into .EXE.
.SBR     Browser info for 1 file Combined into .BSC.
.VCP     Visual C++ state file  

참고
VC++ Frequently Asked Questions