mark wrote: > Thanks Brett! I'm currently studying c++ now but i just came across reading > some articles saying that C# works faster than those codes written in C++.
And, when you see such articles, all you have to do is ask yourself: "What language is this language written in?" The answer is almost always "C/C++ with a dash of assembler". Every time I start up even the cheesiest C# app, it takes ages to load the .NET runtimes and, even after it is up and running, the app still feels sluggish. There is probably bias there. Probably. That said, someone can always find _trivial_ examples of where one language is faster than the other. It is a lot harder to nail down performance comparisons when comparing a large app written in two distinct languages. Usually because people don't have time on their hands to write a large application twice. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
