Introduction - If you have any usage issues, please Google them yourself
(1) C++ source code C++ scanner identification marks. C++ language contains several types of tokens: identifiers, keywords, numbers (including integer, floating point), strings, notes, special symbols (delimiters) and the operator symbols.
(2) to open a C++ source file, print out all of the above marks.
(3) require the application should be Windows interface.
(4) selected as part: In order to improve the readability of C++ source code, C++ program in the writing process to join the blank lines, spaces, indentation, comments, and so on. Suppose you want to sacrifice readability to save disk space, you can store a remove all unnecessary spaces and comments in the C++ source code of the compressed text. Therefore, the program should have such a compression.
(5) selected as part of: Further Thoughts on or realized- how to further reduce the source file size to achieve compression.
(6) should be well-written software documentation