CForge v0.1.0

VS Code · GCC · Automated setup

A complete C environment for first-year students.

CForge installs VS Code, a C compiler and the configuration the course requires in a single operation, creates the sample project, and verifies the result by compiling and running it. No administrator rights required.

Setup ends with VS Code open on ilkprojem.c; F5 compiles and runs it.

cforge — install

Sample install output: installing VS Code, installing the compiler, installing extensions, preparing the project, verifying — then it prints “Merhaba Dunya! Ben bilgisayar muhendisiyim.” and setup completes.

Windows

10/11 · x64

Required step

None.

Setup runs unattended from start to finish.

macOS

arm64 · x64

Required step

One approval.

Apple's compiler dialog opens; setup waits until it is approved.

Linux

x64 · arm64

Required step

One command.

sudo apt install build-essential gdb

apt · dnf · pacman · zypper · apk are recognised