c++: file_read_write

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-18 00:00:01 +00:00
parent 12d9870d52
commit f6123ac9f1
2 changed files with 48 additions and 0 deletions

View File

@@ -13540,6 +13540,8 @@ Programs under link:userland/cpp/[] are examples of https://en.wikipedia.org/wik
** link:userland/cpp/template.cpp[]: basic example
** link:userland/cpp/template_class_with_static_member.cpp[]: https://stackoverflow.com/questions/3229883/static-member-initialization-in-a-class-template
** link:userland/cpp/if_constexpr.cpp[]: C++17 `if constexpr`
* fstream
** link:userland/cpp/file_write_read.cpp[]
[[cpp-multithreading]]
==== C++ multithreading