• 0

[C++/CLI] Good WinForms tutorials?


Question

I realize that there is a thread for C++ tutorials (https://www.neowin.net/forum/topic/22537-newbie-c-help/) but I don't see anything in there geared towards C++/CLI WinForms tutorials. Can someone please point me in the right direction?

Thanks :)

Link to comment
https://www.neowin.net/forum/topic/1075943-ccli-good-winforms-tutorials/
Share on other sites

1 answer to this question

Recommended Posts

  • 0

I'd simply look at the MSDN documentation (http://msdn.microsoft.com/en-us/library/ms229601.aspx), most of the code samples are available in C++/CLI, and for those who aren't, the translation from C# to C++/CLI is very straightforward, it's a just a few different symbols but all the library calls are the same.

This topic is now closed to further replies.