正在加载图片...
Programming in C++ Accessing struct Members Dot( period ) is the member selection operator After the struct type declaration, the various members can be used in your program only when they are preceded by a struct variable name and a dot EXAMPLES thisAnimal weight anotherAnimal country 1212 Accessing struct Members Dot ( period ) is the member selection operator. After the struct type declaration, the various members can be used in your program only when they are preceded by a struct variable name and a dot. EXAMPLES thisAnimal.weight anotherAnimal.country
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有