Sunday, November 14, 2010

Tokens Separated by Comments

Whitespace is not needed to separate tokens in C++. You can use comments instead.

The preprocessor removes comments and and replaces each one with a space.

No comments:

Post a Comment