User: kigar64551

  • Public profile

User profile: kigar64551

User info
User name:kigar64551
History
Joined:
Number of posts:784
Latest posts:

How to set up runtime environment for developing and testing Windows apps?
I also recommend using a Virtual Machine (VM), e.g. via Oracle VirtualBox. Microsoft is offering "f...

Read nested structures from file.
Unless your goal is to write your own writer/parser, e.g. as an exercise, I highly recommend to go w...

lest shift an u8 array
Something like this? [code]void u8_to_u16(const uint8_t *src, uint16_t *dst, const size_t len) { ...

When to use const class member variables?
BTW: I think having a member variable (or database attribute) for "age" is a bad idea, because a per...

When to use const class member variables?
IMO, you should make [i]every[/i] (member) variable [b]const[/b], unless there is a good reason why ...

This user does not accept Private Messages