.C3 File Extension
C3 Source Code
Developer | The C3 Language Project |
Popularity |
1.0 | 2 Votes |
What is a C3 file?
A C3 file contains source code written in the C3 programming language. For example, it may contain a C3 script or module. Developers create C3 files while writing C3 programs.
More Information
C3 is a C-like programming language that adds additional features but retains most of C's syntax. As of this writing, the C3 language is a work in progress.
Developers writing C3 programs save those programs' source code in C3 files. They can then compile those programs using the C3 compiler, to create an executable file.
NOTE: Programs may contain both C and C3 code, since it is possible to mix the languages within the same project.
How to open a C3 file
You can open a C3 file with Microsoft Visual Studio Code (multiplatform) or any other text editor. Doing so will allow you to view and/or edit the source code your C3 file contains.