I found that many books and tutorial now is teaching how to write GUI application, but I would like to write an old school console application. But I don't know how to start. For example, I don't know how to write a frame in console application, how to listen the event in a console application.
Is that all the UI is using the print() to "draw" the UI? or there is a tool to do so? Also, how to move the cursor position? Last but not least, how to listen the key user inputted? Thanks.