Sunday, August 2, 2009

Looking to write some software that will possibly be commercialized. Is C++ preferable to C#?

Theres no way to answer that without lots of details. What environment will it run it, does it need to run on multiple architectures, what will it do, does it make a lot of use of connecting to databases and other datasources or is more of a standalone desktop app. Is performance an issue, will it do lots of computationally expensive computations. How complex will it be. How many developers will be working on it. If one language was good for everything then it would be used for every project. C++ and C# may be OO languages but they are very different in many was.


No comments:

Post a Comment