Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 793 Bytes

File metadata and controls

13 lines (11 loc) · 793 Bytes

windows-cpp

This is C++ Compiler Installation using llvm-clang.

Exe Description Releases
Download the latest version Download

How to Use

Run this in the terminal to build a cpp file and generate an executable:

clang++ main.cpp -o .\\output.exe

For a more advanced usage check LLVM documentation.