.C3 文件扩展名
C3 Source Code
| 开发者 | The C3 Language Project |
| 受欢迎程度 |
1.0 | 2 票 |
什么是 C3 文件?
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.
更多信息
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.
注: Programs may contain both C and C3 code, since it is possible to mix the languages within the same project.
如何打开 C3 文件
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.