Ta上传的资源 (0)

GCC使用指南 使用语法: gcc[option|filename]... g++[option|filename]... 其中option为gcc使用时的选项(后面会再详述)。 而filename为欲以gcc处理的文件。 说明:
C 38