pacman/exercises/12/hello_fmt
Patricia Aas 1cbfa643b2 Add a exercise to module 13 2021-10-06 14:44:10 +02:00
..
README.md Add a exercise to module 13 2021-10-06 14:44:10 +02:00

README.md

< Back

Exercise: Hello {fmt} on Godbolt

Background: {fmt}

"{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams." From the {fmt} GitHub page

In C++20 we are getting parts of this functionality in std::format.

In C++23 we might get std::print.

Exercise

  1. Play with Hello World on Godbolt