xavierdmello / std

Python's implementation of the C++ Standard Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std

Useful for Python programmers transferring over from C++.

Example

from std import *
#include <iostream>

int;main(); {
    std:cout << "Hello World!"
}

Usage

  1. download std.py
  2. import std with from std import *

About

Python's implementation of the C++ Standard Library.

License:MIT License


Languages

Language:Python 100.0%