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.

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

Character Arrays and Dynamic Memory

  • Will Briggs

摘要

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.