I am looking for a good GUI development environment to learn. I have visual studio .net and know only C++. I want to be able to have my GUI(s) interface with C++ code. What do you guys suggest?
Visual studio .NET offers you at least two possibilities
1. resource editor
2. form editor for managed applications
Another possibility is using of many wizards. By using them is easy to add code, but that does not mean what you do not have to code at all (like in MS Access which alows you to code but you may not to do this).
For now, you can download as seperate programs Visual Studio 2005, for C#, C++, Visual Basic and so on. Right from Microsoft. These are Betas, and they are free. They all compile to .net and are a complete GUI development environment.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.