I'm a C# programmer and I want to expand a C++ project with some new functionality. How can I use C# code/libraries in the current C++ project?
I read a lot about this problem but I didn't find good step-by-step answers. I just want to create some funtions/classes in C#, execute this from C++ and read return values like string or int.
I've tried e.g to join C# library and call them from C++ code but this doesn't work.