Implementing the UNIX command-line tool `wc` in modern C++
Marton Trencseni - Sun 10 September 2023 • Tagged with c++, wc
After reading the excellent book Beautiful C++ about the language's latest features, I implement the UNIX command-line tool wc
in modern C++.