-
Visual C++ .NET Apps
Hey all. Im a C++ Coder looking to get into creating GUI apps. Im looking to try out Visual C++ .NET and dont know where to start. Any links/sites and books that could help me start to create GUI apps in Visual C++ .NET would be much appreciated. Would also like to know if i need to learn managed C++ Before going into creating C++ windows apps in the .net framework.
Thanks
-
Re: Visual C++ .NET Apps
-
Re: Visual C++ .NET Apps
-
Re: Visual C++ .NET Apps
If you want to use the .NET foundation classes, you'll have to use managed C++.
You might be better off using C# if you want to create GUI apps rapidly.