Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



[C++/CLI] Good WinForms tutorials?


1 reply to this topic - - - - -

#1 whitebread

    Neowinian Wise One

  • 3,667 posts
  • Joined: 09-April 06
  • Location: Waterloo Region, ON
  • OS: OS X Lion 10.7.4
  • Phone: iPhone 4S

Posted 08 May 2012 - 20:13

I realize that there is a thread for C++ tutorials (http://www.neowin.ne...-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 :)


#2 +Asik

  • 6,025 posts
  • Joined: 26-October 05

Posted 10 May 2012 - 00:18

I'd simply look at the MSDN documentation (http://msdn.microsof...y/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.