Post AVJp33Vtch6IHrOXVA by el0j@mastodon.gamedev.place
(DIR) More posts by el0j@mastodon.gamedev.place
(DIR) Post #AVJp33Vtch6IHrOXVA by el0j@mastodon.gamedev.place
2023-05-03T14:41:00Z
0 likes, 1 repeats
GCC and its stdlib++ finally support 'std::format' from C++20.Doesn't seem like std::print is available though, so while this is SOME progress to making #CPP useful as a basic input/output language without cstdio, it also feels sort of half-baked.
(DIR) Post #AVJp35Iqy9r7pzJ9Rw by el0j@mastodon.gamedev.place
2023-05-03T15:08:41Z
0 likes, 0 repeats
https://en.cppreference.com/w/cpp/header/print and https://en.cppreference.com/w/cpp/io/print#Example #CPP23