错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

How Do I Input and Output Data?

  • Joachim L. Zuckarelli

摘要

In the last chapter we dealt with the question of how data can be stored with the help of variables in such a way that we can work with them in the program. We now turn to the question of how we can bring data into the program from the outside (data input) and get it out of the program again (data output). This chapter discusses input and output via the console/terminal, graphical user interfaces (GUIs) as well as input from/output to files and databases.