html.sol
来自「ulm大学1996-1999年的竞赛题和解题报告」· SOL 代码 · 共 39 行
SOL
39 行
NAME gcc, g++ - GNU project C and C++ Compiler (v2.7) SYNOPSIS gcc [ option |filename ]... g++ [ option | filename ]... WARNING The information in this manpage is an extract from the full documentation of the GNU C compiler, and islimited to the meaning of the options. This man page is not kept up to dateexcept when volunteers want to maintain it. If you find a discrepancy betweenthe man page and the software, please check the Info file, which is theauthoritative documentation. If we--------------------------------------------------------------------------------find that the things in this man page that are out of date cause significantconfusion or complaints, we will stop distributing the man page. Thealternative, updating the man page when we update the Info file, is impossiblebecause the rest of the work of maintaining GNU CC leaves us no time for that.The GNU project regards man pages as obsolete and should not let them take timeaway from other things.For complete and current documentation, refer to the Info file `gcc' or themanual Using and Porting GNU CC (for version 2.0). Both are made from theTexinfo source fileHallo, dies ist eine ziemlich lange Zeile, die in Html aber nicht umgebrochenwird.Zweiproduzieren zwei Newlines. Es gibt auch noch das tag--------------------------------------------------------------------------------wass einen Trenner darstellt. Achtung mehrere Leerzeichen irritieren Htmlgenauso wenig wie mehrere Leerzeilen. If you want only some of the four stages(preprocess, compile, assemble, link), you can use `-x' (or filename suffixes)to tell gcc where to start, and one of the options `-c', `-S', or `-E' to saywhere gcc is to stop. Note that some combinations (for example, `-x cpp-output-E') instruct gcc to do nothing at all.------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Since only one output file can be specified, it does not make sense to use `-o'when compiling more than one input file, unless you are producing an executablefile as output.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?