Initializing a Dynamically Allocated Array . Why doesn't it work?!C++ Primer says: [quote]We can value-initialize the elements by following the array size by an empt...
a problem about whether a point is still safe.so in my codes, [code]st[2] = 's'; [/code] means im trying to modify a constant string liberal ?? i...
a problem about whether a point is still safe.sorry to trouble you, but i really very confused now. thank you again.
a problem about whether a point is still safe.during working on that problem.. another problem came up.. i tried this: [code]char *st="ssd"...
a problem about whether a point is still safe.i got it! [code]st = "asd";[/code]means st points to another memory, im not changing the stuff tha...
This user does not accept Private Messages