2

Could I use gui for taking the input from the user and use console to print the output ? by other words, I mean could I mix both the windows or gui c++ with console application in one application ?

2

2 Answers 2

2

You should start with a normal GUI application of your choice. Calling AllocConsole will then add a console window to your application.

Sign up to request clarification or add additional context in comments.

1 Comment

Or you can start with a console application, and from there create any number of Windows.
2

Yes you can, on linux it's will be almost from box on windows you must create console for application.What is your platform ?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.