.PC File Extension

Pro*C Source Code File

Developer Oracle
Popularity
4.2  |  14 Votes
 

What is a PC file?

Source code file written in Pro*C, an embedded SQL language used with the Oracle RDBMS database software; can contain both C/C++ source code statements as well as SQL code; used for writing database applications that combine the power of both SQL and C/C++.

More Information

Pro*C allows both SQL and C/C++ to be written in the same source code files and compiled into a program. The Pro*C precompiler transforms SQL statements into C/C++ code and then compiles it with the already existing C/C++ code.

Open over 400 file formats with File Viewer Plus.Free Download

Programs that open PC files

Personal Composer File

Developer Personal Composer
Popularity
3.9  |  14 Votes
 

Musical score created with Personal Composer, a music notation, MIDI, sequencing, and publishing program; can be created using the software interface or recorded from a MIDI instrument.

More Information

Personal Composer files can include music notation, lyrics, symbols, titles, and other information.

Programs that open PC files

Windows

PC Simulator Saved Game

Developer Yiming
Popularity
3.5  |  6 Votes
 

A PC file may also be a saved game created by PC Simulator for Android, a game in which players buy components and assemble a computer. It contains data used to resume a player's PC Simulator game. PC files are saved in the Android/​data/​com.Yiming.PC/​files/​saves directory.

How to open a PC file

PC files are meant to be opened in PC Simulator (Android). To load a PC file in PC Simulator, first place the file in the Android/​data/​com.Yiming.PC/​files/​saves directory. Then, open PC Simulator, select Start, and select your PC file.

Programs that open PC files

Pkg-config Configuration File

Developer Freedesktop.org
Popularity
3.0  |  1 Vote
 

A PC file may also be a metadata file used by pkg-config, a helper tool used when compiling applications and libraries. It contains information about a code library, such as the library's name, description, URL, version, and dependencies. PC files are also referred to as pkg-config files.

More Information

Screenshot of a .pc file in GitHub Atom
PC file open in GitHub Atom

Pkg-config is a free tool that helps developers check for the existence of requisite libraries while compiling applications. If the library exists, developers can use pkg-config to include the library in the compiled application. Developers can also use pkg-config to retrieve information about the library.

The information pkg-config retrieves is stored in PC files. These files are plain text files that are saved alongside the library they describe. Packages that contain multiple libraries include multiple PC files, one for each library.

Each PC file may contain information about a library's name, description, URL, version, dependencies (both public and private), conflicts, compiler flags, and link flags (both public and private). Ir may also include freeform variables, which most commonly define installation paths.

NOTE: PC files are typically named for their corresponding code library. For example, a library named FileInfo.so would use a PC file named FileInfo.pc.

How to open a PC file

You can open and edit a PC file in any text editor, such as Microsoft Notepad (Windows), Apple TextEdit (Mac), or GitHub Atom (cross-platform).

To use a PC file with pkg-config (cross-platform) reference the file as part of the pkg-config command. For example, you could use the command pkg-config --modversion FileInfo to retrieve version information stored in FileInfo.pc.

Programs that open or reference PC files

Windows
Included with OS
Mac
Included with OS
Linux
Chrome OS
Included with OS

Verified by FileInfo.com

The FileInfo.com team has independently researched all file formats and software programs listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified.

If you would like to suggest any additions or updates to this page, please let us know.