About the GUI for a C++ program
Hi,
I'm jsut curious how you go about creating a GUI for a C++ program. I'm trying to learn C++ right now, but I only know how to make DOS programs with it.
Is there any program like Visual Basic, where you can create the GUI, and then add code to the GUI to make it the GUI interact with the code?
I've tried Visual C++, but if I'm not mistaken that only helps you with the code.
any help would be greatly appricated.
Mark Hensler posted this at 02:20 — 20th July 2002.
He has: 4,048 posts
Joined: Aug 2000
I'm where you are. DOS apps only. I want to get the .net upgrade for my Visual Studio, so I can use C#. From what little I've seen, I think it combines the power of C/C++ with the easy GUI that VB has.
Mark Hensler
If there is no answer on Google, then there is no question.
Abhishek Reddy posted this at 03:25 — 20th July 2002.
He has: 3,348 posts
Joined: Jul 2001
I've played with Borland Delphi a few times. On the surface it's much like VB. But I hear it's better with control-functionality, compiling, and end application size etc.
I don't know if it has any c++ integration, though. :\
Mark Hensler posted this at 08:30 — 20th July 2002.
He has: 4,048 posts
Joined: Aug 2000
I beleive Borland has a C/C++ Builder, but I've not played with it.
Mark Hensler posted this at 16:38 — 23rd July 2002.
He has: 4,048 posts
Joined: Aug 2000
Bob, have you played with C#? How is easy is the GUI in that?
Mark Hensler posted this at 06:21 — 25th July 2002.
He has: 4,048 posts
Joined: Aug 2000
Is the backend C# coding the same as C/C++? I mean, is it just the way of creating GUI that has changed, or have they severly altered the C/C++ style syntax?
Mark Hensler
If there is no answer on Google, then there is no question.
Abhishek Reddy posted this at 07:41 — 25th July 2002.
He has: 3,348 posts
Joined: Jul 2001
Mark, you might be interested in these links:
http://genamics.com/developer/csharp_comparative.htm
http://www.softsteel.co.uk/tutorials/cSharp/lesson2.html
http://www.csharphelp.com/
http://www.c-sharpcorner.com/
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.