User profile: ElusiveTau

User info
User name:ElusiveTau
History
Joined:
Number of posts:155
Latest posts:

How to initialize base class member with subclass member?
baseClassBuff is unnecessary. I can just reuse [code]MyThreadClass.Name[/code].

How to initialize base class member with subclass member?
Seems like this would work. The approach is to define a subclass function ([code]GetDefaultNamev2[...

How to initialize base class member with subclass member?
I'm working with code where [code]CustomThreadApi[/code] is not modifiable. CustomThreadApi has a ct...

How to create bare-minimum Windows Application with Console Access?
Ah - I see. I don't need to set Subsystem to "Windows (/SUBSYSTEM:WINDOWS)" nor do I need that overl...

How to create bare-minimum Windows Application with Console Access?
I'm following this [1] video tutorial and would like to run the code snippet at 1:07. [code] #de...