22 Nov
2005
22 Nov
'05
4:57 p.m.
On Tue, Nov 22, 2005 at 10:39:22AM +0200, Antti-Juhani Kaijanaho wrote:
Tomasz Zielonka wrote:
Aren't C and C++ space insensitive (except the preprocessor)? (In a totally space insensitive language, "andy" and "and y" would be tokenized the same way.)
Ah, I was wrong, here are some examples: int a; inta; + + a; ++a; map <int, list<T> > map<int,list<T>> Best regards Tomasz