The X

2 files use the extension of I

.I

INTERCAL Source File

Classification:developer files
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."

instruction:

The INTERCAL compiler is called the "Compiler Language With No Pronounceable Acronym."

I(INTERCAL Source File) related software:

Mac

2 software

发送 E4286 至公众号 IT小技巧 查看软件名称。
.I

Visual Studio Intermediate File

Classification:developer files
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.

instruction:

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(Visual Studio Intermediate File) related software:

Windows

1 software

发送 E4285 至公众号 IT小技巧 查看软件名称。