.PC File Extension
Pro*C Source Code File
Developer | Oracle |
Popularity |
4.2 | 16 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.
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
PC Simulator Saved Game
Developer | Yiming |
Popularity |
3.8 | 8 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 |
4.0 | 2 Votes |
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
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.