"HowY" <[EMAIL PROTECTED]> wrote in message news:47355@palm-dev-forum... ... > If you're not talking about leaving the C/C++ language > then don't taint your brain. I've been reading that basic > is going to be phased out due to it's limitiations above > 32bit processing. i.e. C# if anyone cares to further > taint a great language. The author of C++ has some > very good arguments against another variant (c#) > written just for an MS platform... > The author of C++ hasn't really looked at C# if he things it is just another variant. C# is Microsoft's Java renamed to avoid the legal issues they had w/ Sun re. not fully implementing a compliant Java. Let's take a look into the cup, shall we? using System; class MyProg { static void Main(string[] args) { Console.WriteLine("Hello World\n"); } } C'mon ... take a good look ... do you see alphabet soup or coffee in there ? -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
