| View previous topic :: View next topic |
| Author |
Message |
The Mikester Guest
|
Posted: Tue Dec 21, 2004 1:50 pm Post subject: Newbie - simple question |
|
|
I am fairly new to C++ and i just want to know the best/easiest way to
implement Graphical User Interfaces in my program. Am I right in thinking
Visual C++ is the software for this? Is there anything else I should know?
|
|
| Back to top |
|
 |
Tim Love Guest
|
Posted: Tue Dec 21, 2004 2:34 pm Post subject: Re: Newbie - simple question |
|
|
"The Mikester" <Mike.d1983 (AT) btinternet (DOT) com> writes:
| Quote: | I am fairly new to C++ and i just want to know the best/easiest way to
implement Graphical User Interfaces in my program. Am I right in thinking
Visual C++ is the software for this?
Not on my HP-UX system, no. You may wish to consider trying a different |
newsgroup.
|
|
| Back to top |
|
 |
Rolf Magnus Guest
|
Posted: Tue Dec 21, 2004 3:29 pm Post subject: Re: Newbie - simple question |
|
|
The Mikester wrote:
| Quote: | I am fairly new to C++ and i just want to know the best/easiest way to
implement Graphical User Interfaces in my program. Am I right in thinking
Visual C++ is the software for this?
|
It is not "the" software for it. It's one of many options, and it's only
available for Windows (AFAIK).
| Quote: | Is there anything else I should know?
|
Yes. This newsgroup only deals with the C++ language defined by ISO. It has
a standard library, but that library doesn't deal with GUI systems at all,
so that would be system/compiler/library specific and you need to consult a
newsgroup that is about that.
|
|
| Back to top |
|
 |
|