January 2016
Beginner
512 pages
12h 35m
English
This chapter will help you master Qt ways of basic data processing and storage. First of all, you will learn how to handle textual data and how to match text against regular expressions. Then, you will see how to store and fetch data from files and how to use different storage formats for text and binary data. By the end of this chapter, you will be able to implement non-trivial logic and data processing in your games efficiently. You will also know how to load external data in your games and how to save your own data in permanent storage for future use.
Applications with a graphical user interface (and games surely fall into this category) are able to interact with users by displaying text and by expecting ...