.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.