rsimonus wrote: > I am kind of new on C program. I am curious what kind of c program do you > use? Which developer tool do you use? Does anyone use Microsoft Visual C# > 2008 Express edition? I just want to write window application. > I know c program on dos while back in college. Now I would like to learn how > to write C# program on window. Where do I start? > > Reid
C/C++ are not even related to C#. Technically, C and C++ are also two completely different languages too but they share enough similarities that people are accepting of each other. C#, on the other hand, is a completely different language altogether. Microsoft basically attempted to merge the .NET Framework, C++, and Java in an unholy marriage and C# is the resulting love child. I'm now at my "disturbing mental image" quota for the day. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
