Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Release v1.0.4 - 2025/10

Latest

Choose a tag to compare

@schmoukschmouk released this 22 Oct 13:15
· 1 commit to main since this release
b6f50c6
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

"What if c++ strings where as easy to use as Python strings?"

This is Release v1.0.4 of the pythonic c++ strings library cpp-strings.

Let's just use c++ strings as are Python ones, with same API or as similar API as possible.
Library cpp-strings is fully templated. Just download header file cppstrings.h and put it anywhere in your project. Notice: all of its stuff is declared and defined in namespace pcs - which stands for Pythonic C++ Strings.

The templated class pcs::CppStringT<> defines all constructors and methods that implement the equivalent of Python strings API.Class pcs::CppString specializes the templated class with char characters.Class pcs::CppWString specializes the templated class with wchar_t characters.

cpp-strings is implemented with the currently most recent c++ standard available with gcc, clang and msvc c++ compilers, i.e. standard c++20.

Assets2
Loading

[8]ページ先頭

©2009-2025 Movatter.jp