paragrap.h

来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 27 行

H
27
字号
//
// Copyright (C) 1991 Texas Instruments Incorporated.
//
// Permission is granted to any individual or institution to use, copy, modify,
// and distribute this software, provided that this complete copyright and
// permission notice is maintained, intact, in all copies and supporting
// documentation.
//
// Texas Instruments Incorporated provides this software "as is" without
// express or implied warranty.
//

static CoolGen_String text ("\n"
"     A programming  language  serves two  related purposes: it  provides a\n"
"     vehicle  for the programmer to  specify actions to  be executed and a\n"
"     set of concepts for  the programmer to use when  thinking about  what\n"
"     can be done.  The first aspect ideally  requires  a  language that is\n"
"     `close to  the machine', so that  all important aspects of  a machine\n"
"     are handled  simply  and efficiently   in a way  that  is  reasonably\n"
"     obvious to the programmer. The C language was primarily designed with\n"
"     this in  mind. The second aspect  ideally requires a language that is\n"
"     `close  to the problem to  be   solved'  so  that the  concepts of  a\n"
"     solution  can be expressed directly   and concisely.  The  facilities\n"
"     added to C to create C++ were primarily designed with this in mind.\n"
"\n"
"                -- Bjarne Stroupstrup\n\n");

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?