Re: gcc (g++4.4.3) have no right to modify the name of my varialbe

2010-11-04 Thread Ian Lance Taylor
"eric lin" writes: > dear alex: > thanks your email, but > (1) your suggestion is not work, it still get same error > (2) g++(4.4.3) have no right to modify the name of my variable, it is > "string" that I use(or Bjarne Stroustrup use) > not "String" that gcc/g++4.4.3 show on the compiler

gcc (g++4.4.3) have no right to modify the name of my varialbe

2010-11-04 Thread eric lin
dear alex: thanks your email, but (1) your suggestion is not work, it still get same error (2) g++(4.4.3) have no right to modify the name of my variable, it is "string" that I use(or Bjarne Stroustrup use) not "String" that gcc/g++4.4.3 show on the compiler error (3) if I put std::string re