https://github.com/nxroot/windows-cpp
Portable C++ Compiler for Windows
https://github.com/nxroot/windows-cpp
cpp-compiler llvm-clang
Last synced: about 1 month ago
JSON representation
Portable C++ Compiler for Windows
- Host: GitHub
- URL: https://github.com/nxroot/windows-cpp
- Owner: NxRoot
- Created: 2025-06-13T02:37:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-14T06:29:55.000Z (9 months ago)
- Last Synced: 2025-06-25T19:06:47.844Z (9 months ago)
- Topics: cpp-compiler, llvm-clang
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# windows-cpp
This is C++ Compiler Installation using [llvm-clang](https://clang.llvm.org/).
| Exe | Description | Releases |
| -------- | ------- | ------- |
|
| Download the latest version | [Download](https://github.com/NxRoot/windows-cpp/releases/download/Latest/Windows.C++.Compiler.Setup.exe) |
# How to Use
Run this in the terminal to build a cpp file and generate an executable:
```powershell
clang++ main.cpp -o .\\output.exe
```
For a more advanced usage check LLVM [documentation](https://clang.llvm.org/docs/UsersManual.html#command-line-options).