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

Commit3914c12

Browse files
committed
#228-modify README.md
Fixed three typos.
1 parent9ef6ffb commit3914c12

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Library cpp-strings
2-
[![license](http://img.shields.io/github/license/schmouk/cpp-strings.svg?style=plastic&labelColor=blueviolet&color=lightblue)](https://github.com/schmouk/cpprandlib/license)[![Latest release](http://img.shields.io/github/release/schmouk/cpp-strings.svg?style=plastic&labelColor=blueviolet&color=success)](https://github.com/schmouk/cpprandlib/releases)[![code_coverage](https://img.shields.io/badge/code_coverage-100%25-success?style=plastic&labelColor=blueviolet)]()[![tests](https://img.shields.io/badge/tests-passing-success?style=plastic&labelColor=blueviolet)]()
2+
[![license](http://img.shields.io/github/license/schmouk/pythonic-cpp-strings.svg?style=plastic&labelColor=blueviolet&color=lightblue)](https://github.com/schmouk/pythonic-cpp-strings/license)[![Latest release](http://img.shields.io/github/release/schmouk/pythonic-cpp-strings.svg?style=plastic&labelColor=blueviolet&color=success)](https://github.com/schmouk/cpprandlib/releases)[![code_coverage](https://img.shields.io/badge/code_coverage-100%25-success?style=plastic&labelColor=blueviolet)]()[![tests](https://img.shields.io/badge/tests-passing-success?style=plastic&labelColor=blueviolet)]()
33

44
###What if c++ strings where as easy to use as Python strings?
55

@@ -10,7 +10,9 @@ Library **cpp-strings** is fully templated. Just download header file `cppstring
1010
* Class`pcs::CppString` specializes the templated class with`char` characters.
1111
* Class`pcs::CppWString` specializes the templated class with`wchar_t` characters.
1212

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**.
1416

1517
* directory`cpp-strings` contains the header file`cppstring.h`.
1618
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
2830
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.
2931

3032
github repository:[https://github.com/schmouk/pythonic-cpp-strings](https://github.com/schmouk/pythonic-cpp-strings)
31-
pythonic-cpp-strings github web pages are here:[https://schmouk.github.io/pythonic-cpp-strings/](https://schmouk.github.io/pythonic-cpp-strings/)
33+
pythonic-cpp-strings github web pages:[https://schmouk.github.io/pythonic-cpp-strings/](https://schmouk.github.io/pythonic-cpp-strings/)
3234

3335

3436
---

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp