C++/CLI has a slogan that "there is no language lower than C++," not even IL. C++ aims to express anything that is permissible in IL. I was actually dubious of this claim, until I started reading Nishant S's 2nd article in CodeProject via Sonu Kapoor. Among other things, C++/CLI has the ability to, for example, override a virtual method using another method of a different name.
A small correction, he is Nishant S, not Jain....
Posted by: Kannan | June 23, 2004 at 10:19 AM
There may be no language lower than C++, but they must be a easyer language to work with.
Posted by: dave | June 23, 2004 at 11:55 AM
Hey Kanna
Thanks for fixing my name :-)
Posted by: Nish | June 23, 2004 at 11:05 PM