tstart-test.cc

来自「这个程序是关于OpenC++的反射植入机制的编译器」· CC 代码 · 共 48 行

CC
48
字号
//(Automatic CVS control) $Revision: 1.6 $ $Date: 2004/06/09 14:56:15 $/*------------------------------------------------------------------------Copyright (C) 2001 Other Contributors.Permission to use, copy, distribute and modify this software and itsdocumentation for any purpose is hereby granted without fee, provided thatthe above copyright notice appear in all copies and that both that copyrightnotice and this permission notice appear in supporting documentation.Other Contributors make no representations about the suitability of thissoftware for any purpose. It is provided "as is" without express or impliedwarranty.Other Contributors are: Grzegorz Jakacki.------------------------------------------------------------------------*/#define name T_class_whose_name_starts_with_T//#define name Aclass name {public:    bool b;};int main () {    name v;    v.b;}/*------------------------------------------------------------------------Copyright (C) 2001 Other Contributors.Permission to use, copy, distribute and modify this software and itsdocumentation for any purpose is hereby granted without fee, provided thatthe above copyright notice appear in all copies and that both that copyrightnotice and this permission notice appear in supporting documentation.Other Contributors make no representations about the suitability of thissoftware for any purpose. It is provided "as is" without express or impliedwarranty.Other Contributors are: Grzegorz Jakacki.------------------------------------------------------------------------*/

⌨️ 快捷键说明

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