i have used pascal, C# and palm and palm doesnt work well, neither does c# but pascal is pretty good
isnt c# just another name for C? c++ is just an improved version of C
C# is what my uncle uses but i dont like it and it is totally different from c and c++
c# is a newer version of c++, like c++ is a newer version of c!
C#(C-sharp) is just Microsoft's attempt to take over C++ and add it to it's monoply. C# is actually very different from C++. It's part of the Visual Studio.NET (which is all a load of worthless garbage in my opinion) It's really more of a cross between Visual Basic and Java.
This is a simple hello world program in C-sharp
| CODE |
class HelloWorld { static void Main() { System.Console.WriteLine("Hello World!"); } }
|