文件名称:string
介绍说明--下载内容均来自于网络,请自行研究使用
Lesson 9: C Strings This lesson will discuss C-style strings, which you may have already seen in the array tutorial. In fact, C-style strings are really arrays of chars with a little bit of special sauce to indicate where the string ends. This tutorial will cover some of the tools available for working with strings--things like copying them, concatenating them, and getting their length.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
string.rtf