Author |
Topic |
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Mar 15 2004 : 5:28:02 PM
|
Just out of curiosity: would it be difficult to support trigraphs in VAX? For some older code, or code for unusual platforms, this is actually useful. (Search and replace does the trick too, but ...)
C/C++ Language Reference |
|
support
Whole Tomato Software
5566 Posts |
Posted - Mar 15 2004 : 6:32:44 PM
|
Ouch.
There is a request we have never received. We will consider it, albeit lightly. |
Whole Tomato Software, Inc. |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Mar 15 2004 : 8:46:15 PM
|
Sorry does that "somewhat" affect your parser??? |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Mar 15 2004 : 10:15:59 PM
|
Yes, the parser needs to understand the trigraphs. Other features need tweaking also, eg highlighting of matching braces needs to see ??< and ??> |
Whole Tomato Software, Inc. |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Nov 19 2004 : 1:29:19 PM
|
Any news on this one? Just tried it and it seems not to be working yet, so I suppose there where more requests for pink keywords on black background (Hi Larry) than trigraph support . |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Nov 19 2004 : 7:42:19 PM
|
Trigraph support?? Next you'll be overloading the comma operator...
|
|
|
jpizzi
Tomato Guru
USA
642 Posts |
Posted - Nov 19 2004 : 11:26:30 PM
|
Wow! What an interesting idea. Overloading the comma operator... What a way to mess up someone's day! |
Joe Pizzi |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Nov 20 2004 : 07:14:55 AM
|
Actually I was thinking of the space operator, but the comma should do |
|
|
jpizzi
Tomato Guru
USA
642 Posts |
Posted - Nov 22 2004 : 01:40:17 AM
|
But, there actually is a comma operator. |
Joe Pizzi |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Nov 22 2004 : 09:27:48 AM
|
See 'More Effective C++', Scott Meyers, Item 7: 'Never Overload &&, ||, or ,' for a complete discussion on why it's a really bad idea..
|
|
|
|
Topic |
|