View Single Post
Old Jul 20th, 2006, 8:18 PM   #17
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 319
Rep Power: 4 andro is on a distinguished road
Send a message via AIM to andro
Quote:
Originally Posted by Ooble
If you want to use .NET, I wouldn't bother with C++ .NET - it's very different to normal C++, and would be just like learning a new language. And it's more convoluted than C#.

Visual C# Express is free (http://msdn.microsoft.com/vstudio/express/), and you get a decent GUI designer. Of course, if you already use wxWidgets, you might find something like C++ or even Python easier with the right libraries.

Ooble pretty much covered it. VC# 2005 Express is free. It has a great GUI designer. I've seen you posting Java around the forums, and C# is pretty similar to Java.

The only requirement is going to be that the machine you are running this on will need the .NET framework installed. Since you mentioned that it's going to be Windows XP, odds are it's already installed, but if not it's free anyways. I wouldn't say that it's any more restricting than having to have the JRE installed.
andro is offline   Reply With Quote