User profile: LsDefect

User info
User name:LsDefect
History
Joined:
Number of posts:61
Latest posts:

When does early binding happen?
Thing 1: Static binding takes place during compilation - function calls are replaced with an inst...

WinForms Resources, Moved Files
[quote]remove the offending file from the project and put it back in is the first thing I would try....

WinForms Resources, Moved Files
I'm working on a WinForms CLR project and I'm using VS 2022. All was well until I created new folder...

Parameters and move semantics
I think I've actually got a handle on this now - thank you very much!

Parameters and move semantics
[quote]Have you looked at std::string_view?[/quote] Oh cool, so I should use this in every single in...