.I 파일 확장자
Visual Studio Intermediate File
| 개발사 | Microsoft |
| 인기도 |
3.6 | 22 투표 |
I 파일이란 무엇인가요?
File generated by the Microsoft Visual Studio compiler when compiling a Visual C++ project; contains the output from the preprocessor operation; may be used to diagnose and fix compilation errors.
추가 정보
If you want to generate an ".i file" from a source file, you can right-click on the file and select "Properties." Then select C/C++ → Preprocessor in the Properties tree. Finally, deselect "No" for the "Generate Preprocessed File" option.
When you compile the file, an ".i file" will be created. However, this setting may also prevent the compilation process from completing. Therefore, "Generate Preprocessed File" should be reset to "No" when you want to compile your project.
I 파일을 여는 프로그램
INTERCAL Source File
| 개발사 | INTERCAL |
| 인기도 |
4.3 | 7 투표 |
Contains source code written in INTERCAL, a programming language designed to be different than all other major program languages; uses commands such as "DO," "NEXT," "PLEASE," and "FORGET."
추가 정보
The INTERCAL compiler is called the "Compiler Language With No Pronounceable Acronym."