User profile: LsDefect

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

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...

Parameters and move semantics
Hmm so I'm thinking I should make a third overload for passing literals? [code] std::string error; ...