User profile: seeplus

User info
User name:seeplus
History
Joined:Aug 28, 2020 at 11:29am
Number of posts:6623
Latest posts:

C++ developments
[quote]Don't like the "std::get<>" syntax much[/quote] There's Structured Bindings to unpack a tup...

C++ developments
This article may be of interest: https://www.itprotoday.com/c-programming-language/c-in-2025-how-...

destructors are not called in the right order
Can you post test code that demonstrates the issue.

PNG File Reader
Sneaky! :) :)

Safer way to maintain struct initializations
You can default initialise within Foo [code] struct Foo { float value { 2.2 }; float value_extra ...