Compared to modern languages, strings in C are primitive: little more than arrays of characters. This chapter illustrates complete proper string and string buffer types that grow automatically for production-quality use.

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

Strings

  • Paul J. Lucas

摘要

Compared to modern languages, strings in C are primitive: little more than arrays of characters. This chapter illustrates complete proper string and string buffer types that grow automatically for production-quality use.