DELTA

The Best Python to C++ Compiler

Write in Python
Run in C++

Python

name: str = input("What's your name: ")
print(f"Hello, {name}!")

arrow_downward

C++

int main(){
    std::string name = __userinput("What's your name: ");
    std::cout << "Hello, " << name << "!";

    return 0;
}

Start Using Delta

currently pre-release

Try Latest Version

Updates

Added little more docs

Jul 19, 2024

Added little docs

Jul 18, 2024

Pre-Release 1.0.0

Jul 16, 2024