= 10; how these statements are pronounced coorectly and completely? @QNeko
pointer arithmetics, this is the same as: int arr[] = {1,2}; arr[1] = 10;
interger array 1 2 That's the pronunciation for the first one
i would say "i init an array arr of int with 1 and 2. then i init a pointer p to point to the first element of the previous array. finally, i assign to the int after the current value of p the value 10
Don't worry about pronunciation or just read a formal book about C++ like the Primer or Programming Language it will give you all the understanding you need.
Обсуждают сегодня