Console Application

What kind of console application that i can make with c++? My last console application is matrix multiplication. And does console application could perform only command of the input and output ?
What kind of console application that i can make with c++?
For instance: tic tac toe.

And does console application could perform only command of the input and output ?
The console is for input/output, but your program can do anything. Servers usually only have a console output because a gui would be overkill.
Thanks, i will try the tic tac toe game soon. And i want to ask more of console application that i can make with c++? Actually, i love challange.
And again, thanks a lot dude :)
closed account (E0p9LyTq)
Depending on the libraries you use and your creativity C++ can create console and GUI applications.

The possibilities are only limited by your knowledge and frustration level.

Programming games, basic console games, is one good way to learn the basics of C++.
Topic archived. No new replies allowed.