Playlist
· C console programming:
http://www.youtube.com/view_play_list?p=0D3BFC760B824A0C
Using Code::Blocks as an editor, and GCC building from the command line, comments are explained. Comments serve the future author or other programmers about the source code´s intention. // is the token that inherited from C++98 indicates that the rest of the characters in that line are comments(ignored by the compiler). /**/ are the tokens that indicate that the characters between the first pair(/*) and the second pair(*/) are comments.
Link to this comment:
All Comments (0)