C++ Demystified(c) A Self-Teaching Guide

V

Values

assigning to strings, 260261

assigning to variables , 5162

inputting for multiple variables, 5860

returning from functions, 182183

storage of character, 3536

Values, assigning and displaying array, 199208

cin and cout objects with arrays, 202205

cin objects getline function, 205208

Values, assigning to pointers, 216219

assigning pointers the addresses of constants, 218219

assigning pointers the addresses of variables, 218219

null pointers, 217218

unassigned pointers, 216217

Values, assigning to variables

assignment operator, 5256

cin object, 5662

Values, passing arguments by, 174178

function argument, 175176

function prototype and header, 175

multiple function arguments, 176178

Values of characters , functions that check, 258

Variable pointers, using to point to arrays, 222224

Variable scope and lifetime, 167172

global variables, 169170

local variables, 167169

static local variables, 171172

Variables, 4563

address operator, 4950

assessing structure member, 298299

assigning pointers the addresses of, 218219

assigning values to, 5162

declaring, 4551

declaring multiple, 4748

declaring structure, 297298

global, 169170

inputting values for multiple, 5860

local, 167169

naming, 4849

naming conventions, 49

passing single, 230232

pointers as, 221

returning pointers to created, 238239

returning pointers to local, 236237

returning pointers to static local, 237238

static local, 171172

syntax of declaring, 4647

syntax of declaring variables, 4647

using addresses with, 5051

using sizeof operators with, 5051

using sizeof operators with variables, 5051

Variables and constants, addresses of, 218219

Variables or constants, pointers as, 220222

array names as constant pointers, 221222

pointers as variables, 221

Категории