Soldato
- Joined
- 12 Apr 2004
- Posts
- 11,788
- Location
- Somewhere
learn c#. programmer time is much more expensive than CPU time, and you'll be a lot more productive with c#. I have several years experience with c++, and am only learning c#, but already feel I'm more productive with c#. if you need something to run fast, you can always optimise a component later in c++ (there are good options for interoperability between the two languages). usually it's only a very small part of the code that you have to really optimise.
Wise words
