The File Format Wiki
Register
Advertisement
C

Type: Developer Files

Acronym: C/C++ Source Code File

Source code for a C or C++ program; may include an entire program's source code, or may be one of may source files referenced within a programming project; can be edited using a basic text editor, but will not show syntax highlighting like most software development programs do.

C++ is the programming language used for creating many of today's software programs. Some Unix compilers use a lowercase ".c" extension for C and an upper case ".C" extension for C++, although this convention is not common.


Generic

Type: Developer Files

Acronym: Lite-C Script

Opens With: Conitec Datasystems lite-C, Conitec Datasystems Gamestudio

Script written in lite-C, a programming language designed for easily developing graphics and virtual reality applications; uses a syntax similar to C/C++ and is compiled on-the-fly by lite-C.

Lite-C includes an ABT (Adaptive Binary Tree) rendering engine, programmable particle effects, a body physics and collision engine, and play functions for sound, music, and movie files.

Advertisement