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
<li>Class<spanclass="tt">pcs::CppString</span> specializes the templated class with<spanclass="tt">char</span> characters.</li>
102
102
<li>Class<spanclass="tt">pcs::CppWString</span> specializes the templated class with<spanclass="tt">wchar_t</span> characters.</li>
103
103
</ul>
104
-
<p>The<b>cpp-strings</b>HTML documentation is availablehere:<ahref="html/index.html">html/index.html</a>.</p>
104
+
<p>The cpp-strings<b>HTML documentation</b> is availablein subdirectory<spanclass="tt">cpp-strings/html</span>. Click on file<spanclass="tt">index.html</span> there from your local file manager to browse its content.</p>
105
105
<p>Library<b>cpp-strings</b> is implemented with the currently most recent c++ standard available with gcc, clang and msvc c++ compilers, i.e. standard<b>c++20</b>.</p>
106
106
<ul>
107
107
<li>directory<spanclass="tt">cpp-strings</span> contains the header file<spanclass="tt">cppstring.h</span>.<br/>
<p>The<b>cpp-strings</b> HTML documentation is availablehere:<ahref="html/index.html">html/index.html</a>.</p>
174
+
<p>The<b>cpp-strings</b> HTML documentation is availablein subdirectory<spanclass="tt">cpp-strings/html</span>. Click on file<spanclass="tt">index.html</span> there from your local file manager to browse its content.</p>
175
175
<p>It has then been produced with the great utility<b>doxygen</b> developed by Vicente Hernando (the doxygen Github repository can be accessed<ahref="https://github.com/doxygen/doxygen">here</a>, and the utility can be downloaded from there:<ahref="https://www.doxygen.nl/download.html">https://www.doxygen.nl/download.html</a>).</p>
176
176
<p>This is a short documentation of the library. For some of its part it is a copy of the Python original documentation on strings. For its other part it documents the c++ implementation of<b>cpp-strings</b>.</p>
177
177
<p>And remember: to better understand how to use this pythonic c++ strings library, have a look also at<ahref="cpp-strings-tests/cpp-strings-tests.cpp"><spanclass="tt">cpp-strings-tests/cpp-strings-tests.cpp</span></a> to see<b>cpp-strings</b> library code in action!</p>