View Full Version: Palm/Pascal/C#

C++ Learning Community > Other Programing Languages > Palm/Pascal/C#


Title: Palm/Pascal/C#


Sam Fisher vs Solid Snake - August 5, 2003 12:52 AM (GMT)
i have used pascal, C# and palm and palm doesnt work well, neither does c# but pascal is pretty good

ih8censorship - August 5, 2003 12:54 AM (GMT)
isnt c# just another name for C? c++ is just an improved version of C

Sam Fisher vs Solid Snake - August 5, 2003 12:55 AM (GMT)
C# is what my uncle uses but i dont like it and it is totally different from c and c++

Stuy GM - August 19, 2003 11:43 AM (GMT)
c# is a newer version of c++, like c++ is a newer version of c!

Shadow of the Moon - August 19, 2003 03:02 PM (GMT)
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!");
  }
}




* Hosted for free by InvisionFree