In python you can do list[2:]
to get every element after the second element. Is there any way to do the same thing with an array in c++?
In python you can do list[2:]
to get every element after the second element. Is there any way to do the same thing with an array in c++?