Image analyzing application ... what is better ... C++ or C#
Design and Architecture
4
Posts
1
Posters
0
Views
1
Watching
-
Hi, I need to write some C# application that make image analyzing. I can't decide if the analyzing process (need to be in real time) i will write in C++ ( as com object dll ) or to write it as simple C# class. someone can help me to decide ?
-
Which language do you have most experience of? It's impossible for others to make this decision without knowing your skill level.
It's time for a new signature.
-
lets say i need the same effort to do it in c++ and C#. The question is about the speed of the .net VS speen of the native code.