Converting Hex into dec using numeric up down controlBinary Coded Decimal (BCD) is not decimal. It's stored in it's own format. What you need is a routin...
Converting Hex into dec using numeric up down control0x63 is 99 dec. So why do you need to write the same number to a file twice? Why not write as a deci...
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...