Archives

Page Ranking

Trailing Comments Formatter

Commenting properly your C/C++ code isn’t always an easy task. Comments can be messy or they can really tell the story or translate it for people interested in the code (including you after the years). There are two types of comments programmers use in their code:

block of comments, usually separated from the code […]

Few Notes Regarding Style

Elements of coding style for C programming. Good programming practices. […]