Hey guys,
Recently I'm working on a project to model some trading strategies. I have already done the computational part in C++, but obviously I don't want the user interface to be only command lines so that I'm trying to build a user-friendly interface in C# and then I could combine these two...
But I really don't know how to do these altho I have googled many thread/websites.. Most say that you could package your C++ code into a dll(I don't know how to do it!) and then I could integrate it into my C# part??
Could anyone give me more specific instructions/advices on how could I achieve so?... Don't know if I have explained my question comprehensively...
Thanks!
Recently I'm working on a project to model some trading strategies. I have already done the computational part in C++, but obviously I don't want the user interface to be only command lines so that I'm trying to build a user-friendly interface in C# and then I could combine these two...
But I really don't know how to do these altho I have googled many thread/websites.. Most say that you could package your C++ code into a dll(I don't know how to do it!) and then I could integrate it into my C# part??
Could anyone give me more specific instructions/advices on how could I achieve so?... Don't know if I have explained my question comprehensively...
Thanks!