[try Beta version]
Not logged in

User profile: ElusiveTau

User info
User name:ElusiveTau
History
Joined:Aug 19, 2016 at 9:02pm
Number of posts:173
Latest posts:

Formatted Console Log with Datetime
Just started reading bits an pieces of "C++ Coding standards" by Sutter, Alexandrescu. Tip 98 was "D...

Logging Wrong Line Number
[quote=kigar64551]#ifdef CUSTOM_LOGGER #ifdef CUSTOM_LOGGER # define LOG(TEXT) CUSTOM_LOGGER(__FILE...

Logging Wrong Line Number
[quote=kigar64551]But you can still use them inside a macro definition. And that macro definition ca...

Logging Wrong Line Number
I'm working with C++17 or prior. I'm writing a custom logger class (I don't have access to a loggin...

Getter for enum member returns a copy of enum?
[quote=kigar64551]In most cases, a "getter" function should not return a non-const reference, becaus...