What does the pointer ‘this+1’ refer to in C++? July 29, 2023 by Tarik Presumably this is part of an array, so this+1 would refer to the next object in that array.