Thought Leadership
Video blog: the mysteries of the increment operator in C
My latest video blog is now available. I am looking at the increment [++] operator in C/C++ and considering its efficient use. You can see the video here or here:
Future video blogs will look at other C/C++ language features from the embedded developer’s viewpoint.
Comments
0 thoughts about “Video blog: the mysteries of the increment operator in C”
Leave a Reply
You must be logged in to post a comment.
Thanks, it was very informative.
Curios to know , does modern compiler will not optimized it ?
@Dev – Yes, of course. Many programmer “errors” are likely to be corrected by compiler optimization, but it is still best for a programmer to understand what is going on.