przet / CppLearningJourney

precursor to current "CPPProgramming" repository.
0 stars 0 forks source link

Pointer Arithmetic #13

Open przet opened 8 years ago

przet commented 8 years ago

*(p+1) etc.

Also, application to accessing array elements (@drfarmerdave )