Managed C++ vs C#

cpp.net United Kingdom
  • 15 years ago

    Hi Guys,

    Currently working on a real time data profiling application. It's going to take real-time text streams (potentially a lot at once) rate them against a set of 'rules modules' to form a rating 'GRID' and then compare this GRID over time making relevant decisions based on how the various ratings within the GRID change.  

    At the moment we're looking at developing this engine within C# for the development speed but there is an argument we won't get the application performance with C#. Has anyone had any experience with engines of this kind, would it be better to look at a managed c++ application?

    This obviously has potential to start off the whole C# vs C++ debate but would like to hear specifics thoughs on dealing with real time data profiling including database access.   

    Adam.

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan