Hi all,
I have been programmed with a native c++ so far, and now I have this project that is written in native c++ on unix and I need to do window forms programming using MS vc++.
I haven't used vc++ before. when I use MS vc++, do I have to use CLI or can I just do it with native c++?
(for example, when I use struct, vc++ asks me to use "ref struct". etc)
So, my question is that do I have a choice or do I have to use CLI/C++?
Thank you :)
Start Free Trial