I'm starting a new project from scratch. I'm trying to determine if I should use C# of C++. Either way, it would be the MS Visual 2010 Express version of it.
From a application use perspective, I'm pretty sure it won't matter to the end user of the application I want to build.
For me, though... two things. 1) I need to use a database and will be using MS SQL Server. This should affect C# or C++? (but I think C# is a little easier...) and 2) there is an open source code library that I may at some point want to incorporate into my application. It's written in C++.
I can code in either. C# seems to be easier these days. But C++ would let me use that library...
What else should I be considering here?
Thanks in advance!
-Adeena
C# is a way easier. The base class library allows to setup afficient communication with SQL Server. This application is gonna be easier to maintain. And you can always call external methods of the .dll writtern in C++ from within C# application using language's Interop services feature.
See also:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With