Last updated:
0 purchases
pycppstd 0.3.3
Python C++ std iostream
Using C++ std lib iostream in py
Installtion
pip install py_cppstd
Import
from py_cppstd import _std
Example
std.include('iostream')
std.cout << 114514 << std.endl # output 114514 <newline>
num: int
std.cin >> num # read a int
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.