You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In C++20 we got std::format and in C++23 we will get std::print. Especially the latter is quite important for beginners, as it will offer a better alternative to std::cout. And the syntax is closer to python as well :)
The text was updated successfully, but these errors were encountered:
This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. Let me bring this to the attention of @klieret@wdconinc@michmx for now.
This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. Let me bring this to the attention of @klieret@wdconinc@michmx for now.
In C++20 we got
std::format
and in C++23 we will getstd::print
. Especially the latter is quite important for beginners, as it will offer a better alternative tostd::cout
. And the syntax is closer to python as well :)The text was updated successfully, but these errors were encountered: