You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
###What if c++ strings where as easy to use as Python strings?
5
5
@@ -10,7 +10,9 @@ Library **cpp-strings** is fully templated. Just download header file `cppstring
10
10
* Class`pcs::CppString` specializes the templated class with`char` characters.
11
11
* Class`pcs::CppWString` specializes the templated class with`wchar_t` characters.
12
12
13
-
**cpp-strings** is implemented with the currently most recent c++ standard available with gcc, clang and msvc c++ compilers, i.e. standard**c++20**.
13
+
The**cpp-strings** HTML documentation is available here:[html/index.html](html/index.html).
14
+
15
+
Library**cpp-strings** is implemented with the currently most recent c++ standard available with gcc, clang and msvc c++ compilers, i.e. standard**c++20**.
14
16
15
17
* directory`cpp-strings` contains the header file`cppstring.h`.
16
18
This is the header file to include in your projects.
@@ -28,7 +30,7 @@ If you want to run the unitary tests, well, use the last version of Visual Studi
28
30
The vcproject associated with the unit tests in**cpp-strings** is already configured to use the option flag`/std:c++latest` since the implemented code uses a very few but very useful c++23 goodies.