An open API service indexing awesome lists of open source software.

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

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