--- In [email protected], "mark" <anthonymor...@...> wrote: Hi,
There is always a potential issue when discussing the merits of C# versus C++ or Java or whatever. The discussion usually fails to mention that C# is a language designed to use Microsoft's Dot-Net runtime environment. You just don't end up with a standard executable. These programs always run within this environment. That said, choosing C# does result in some limitations mostly of the direct access to memory and hardware that the C family is noted for. Not all things can be done with Dot-Net, but there are many advantages that make this an excellant alternative. Kevin
