Is Operator Overloading supported in C
- by caramel23
Today when I was reading about LCC(windows) compiler I find out it has the implemention for operator overloading .
I'm puzzled because after a bit of googling , it has been confirm that operator overloading ain't support in standard C , but I read some people's comment mentioning LCC is ANSI-compliant .
So my real question is , is LCC really standard C or it's just like objective-c , a C variant with object-oriented feature ?