Logging Wrong Line Number[quote]One unfortunate consequence of the use of helper macros, instead of an object-oriented approa...
Logging Wrong Line NumberThe [code]__FILE__[/code] and [code]__LINE__[/code] macros expand to the file name or line number of...
Getter for enum member returns a copy of enum? [quote]I have to follow a guideline to make all data private.[/quote] This is not unusual. However, ...
Getter for enum member returns a copy of enum? [quote]Should the getter on line [1] return a reference to ConnectionStatus as well?[/quote] In most...
Formatted Console Log with DatetimeIf you are willing to [i]dynamically[/i] allocate the buffer, you can just use [code]asprintf()[/cod...
This user does not accept Private Messages