Re: C++ name with leading underscore character not Compiling

2007-04-16 Thread Chelton Evans
And since you think this is important (and I agree), why on earth are you trying to use >reservered names that will not benefit this portability which you seek? :P Pre fixing the underscore character is a technique that was around before the language evolved. Generally I use lowercase variables

Re: C++ name with leading underscore character not Compiling

2007-04-16 Thread Chelton Evans
doublec radius=1.0, uintc _N=360 ); Thanks for your response, I will think twice before using an underscore, even though I do no agree with it being reserved. It is very important to have programs that compile across other platforms. Chelton Evans -- Unsubscribe info: http://cygw

C++ name with leading underscore character not Compiling

2007-04-16 Thread Chelton Evans
does not compile. Could you confirm or deny the problem. Thanks and sorry if this has already been addressed. I am porting my code from Fedora, and compiling it in Cygwin and got a shock. Chelton Evans -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http