.I File
.i is Visual Studio Intermediate File
Features | Description |
---|---|
File Extension | .i |
Format | Binary |
Created by | Microsoft |
Category | Developer |
.i is Visual Studio Intermediate File
Features | Description |
---|---|
File Extension | .i |
Format | Binary |
Created by | Microsoft |
Category | Developer |
What's on this Page
The i file extension is mainly related to Borland C++ and used for files that contain intermediate preprocessor output.
When the C preprocessor is used with the C, C++, or Objective-C compilers, it is integrated into the compiler and communicates a stream of binary tokens directly to the compiler's parser. However, it can also be used in the more conventional standalone mode, where it produces textual output.
The output from the C preprocessor looks much like the input, except that all preprocessing directive lines have been replaced with blank lines and all comments with spaces. Long runs of blank lines are discarded.
This i file type entry was marked as obsolete and no longer supported file format.
This type of file is no longer actively used and is most likely obsolete. This is typically the case for system files in old operating systems, file types from long discontinued software, or previous versions of certain file types (like documents, projects etc.) that were replaced in higher versions of their original programs.
An i file extension can be mostly found as intermediate preprocessor output files from C++.