Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples of the 3rd-party Python-like, but C++ fmt library #5

Open
ElectricRCAircraftGuy opened this issue Mar 30, 2021 · 0 comments

Comments

@ElectricRCAircraftGuy
Copy link
Owner

ElectricRCAircraftGuy commented Mar 30, 2021

https://github.com/fmtlib/fmt

My notes from my Chrome bookmark to it:

fmtlib/fmt: A modern formatting library [modern C++ string formatting library alternative to printf(), fprintf(), iostream, etc.; made by Victor Zverovich (https://github.com/vitaut), also the author of C++20's std::format. #include <fmt/core.h>, fmt::print(); ex: std::cout << fmt::format(FMT_STRING("hello {}; var = {}"), "world", var);]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant