User profile: seeplus

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

C programming. "Using #include inside array initialization"
Do what Ganado suggested above and obtain the source after the pre-processing to see exactly what is...

C programming. "Using #include inside array initialization"
In assets.c remove L21 & L27 In assetslist.h replace L3 with #define ASSET_ENTRY(group, name, poin...

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.