Working with text will be one of the most regular tasks a C++ programmer will have to deal with. You are likely to need to read in user input, write out messages to the user, or write logging functionality for other programmers to more easily debug running programs. Unfortunately, working with text is not an easy or straightforward task. All too often, programmers rush into the job and make fundamental errors with their text handling which become major issues later into their projects. The worst of these is ...
© J. Burton Browning and Bruce Sutherland 2020
J. B. Browning, B. SutherlandC++20 Recipeshttps://doi.org/10.1007/978-1-4842-5713-5_33. Working with Text
Get C++20 Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.