I'm not convinced C++ is a good choice for user-level applications. Maybe for the performant parts, or for compatibility.
Perhaps other factors like skillsets came into play...
But, yeah, it's going to be easier. It's also an opportunity to consider another language that might improve productivity, reliability etc. in the future. Just wondering. Didn't mean to start a language war :-)
Just wanted to point out that if you have a C code base, it is way easier to port to C++, which isn't a bad language at all.
I'm not convinced C++ is a good choice for user-level applications. Maybe for the performant parts, or for compatibility.
Perhaps other factors like skillsets came into play...