What are the limits of console applications?

Jul 6, 2015 at 5:20am
What are the limits of console applications?
What can I do with them?
What can't I do with them?
What should I learn next after learning the basics of programming C++ console applications?
Jul 6, 2015 at 8:37am
What are the limits of console applications?
What can I do with them?
in theory, anything.
What can't I do with them?
Everything is possible.

What should I learn next after learning the basics of programming C++ console applications?
I suggest to start being involved in moderately large project to determine areas where you lack knowledge.
Jul 6, 2015 at 9:56pm
What are the limits of console applications?
What can I do with them?
What can't I do with them?

Everything you can do with GUI programs apart from the Graphical User Interface part!

Andy
Last edited on Jul 6, 2015 at 9:56pm
Jul 7, 2015 at 7:38am
closed account (48T7M4Gy)
What are the limits of console applications?

Lower bound and upper bound.

What can I do with them?

Anything within the limits.


What can't I do with them?

Anything outside the limits.

What should I learn next after learning the basics of programming C++ console applications?

Where the upper and lower bounds are and whether or not they operate inclusively.
Topic archived. No new replies allowed.