Skip to content

Using cpp std iostream lib in py

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.txt
Apache-2.0
objprint_LICENSE
Notifications You must be signed in to change notification settings

CyanProjects/py_cppstd

Python C++ std iostream

Using C++ std lib iostream in py

OSCS Status

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

About

Using cpp std iostream lib in py

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.txt
Apache-2.0
objprint_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages