Hey, am trying to create an application that displays a text box and a submit button, so that the user can type text into the text box, click submit and it saves it into a txt file. Could you help me please? Thanks in advanced

Recommended Answers

All 6 Replies

What platform do you intend to write this on?

C++

Not sure, but by platform i think he meant linux, windows, mac etc.

Am i right John A?

The C++ standard doesn't define GUI elements, this is specific to the platform you plan to write it on. Even within an operating system like Windows, you still have choices about which interface you're going to use. There's Win32, .NET, QT, even MFC. You can't get help until you've decided how you're planning to write this.

Windows
Win32

Sorry for confusing, thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.