
22 Nov
2005
22 Nov
'05
3:57 a.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