Mixing ActiveX GUI C++ and .NET
I came across a problem the other day. I have:
- An ActiveX GUI control that requires a single-threaded apartment model in C++ (MFC)
- A C++ static library that is a bridge between C++ and a .NET class library
- A .NET class library
c++ programming code examples
ReplyDeleteProgram to print all possible permutations of first n natural nos