Character Arrays and Dynamic Memory
摘要
Character arrays – a.k.a. "character strings," or text – are important for many tasks. This chapter shows how to handle them and how to create those or other arrays when you don't know the size in advance. Along the way we'll learn the standard library's character array functions the most effective way we can: by building them.