Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How to Improve C/C++

Name: Anonymous 2016-10-29 3:47

Just let p++ to be *p++. Its value never used other than with dereferencing. You won't see q = p++ in practice.

Name: Anonymous 2016-10-29 22:05

>>18

*p--
rarely used

*++p, (*p)++, ++*p, *++p++
almost never used and considered to be a bad practice.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List