C++ developments [quote]Don't like the "std::get<>" syntax much[/quote] There's Structured Bindings to unpack a tup...
C++ developmentsThis article may be of interest: https://www.itprotoday.com/c-programming-language/c-in-2025-how-...
destructors are not called in the right orderCan you post test code that demonstrates the issue.
PNG File ReaderSneaky! :) :)
Safer way to maintain struct initializationsYou can default initialise within Foo [code] struct Foo { float value { 2.2 }; float value_extra ...