User: kigar64551

  • Public profile

User profile: kigar64551

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

ASM code and C++
You can [b]not[/b] just write assembler instructions into C/C++ code! 😏 If you want to code in t...

operator const char* return
If you [i]really[/i] need to return a [code]char*[/code] pointer, then try this: [code]operator con...

How to ensure log folder is created before any log calls are made?
[quote]Logger.h does serialize writes to the logfile. There is a utility function someone else had w...

How to ensure log folder is created before any log calls are made?
If you have a number of separate [b]processes[/b], then you are going to need to use something like ...

Why does move not erase the source?
[code]std::move[/code] is used to indicate that an object [b][i]may[/i][/b] be "moved from". It does...

This user does not accept Private Messages