注意 例3.2# define的不安全性 #include<iostream.h> 0 main( int a=l, #define ti ata #define t2 t1-tl cout <<T2 is <<T2<<endl return UR例3.2 #define的不安全性 #include<iostream.h> main() { int a=1; #define T1 a+a #define T2 T1-T1 cout <<"T2 is "<<T2<<endl; return 0; } 注意: