Clicky
Showing changes from revision #1 to #2:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
The C preprocessor (cpp) is designed for C and C++ source code, and is not a very good choice for other programming languages. However, it has often been used for other languages because it is well-defined and commonly available. In Fortran, problems with cpp include conflicts with comments in expressions, continuation lines, and case-sensitivity. That is why fpp was created. It works like cpp, but understands Fortran syntax.
(追記ここまで)