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 FilesI'm working on a WinForms CLR project and I'm using VS 2022. All was well until I created new folder...
Parameters and move semanticsI 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 semanticsHmm so I'm thinking I should make a third overload for passing literals? [code] std::string error; ...