November 2014
Beginner
632 pages
19h 31m
English
CHAPTER 7
![]()
Working with Strings
This chapter is about handling textual data much more effectively and safely that the mechanism provided by a C-style string stored in an array of char elements. In this chapter, you’ll learn:
A Better Class of String
You’ve seen how you can use an array of elements type char to store a null-terminated ...