|
|
|
|
|
by cocoa19
2447 days ago
|
|
I've been developing C++ for 10+ years. I think the pain is unfairly attributed to Qt. A lot of the pain actually comes from the poor tooling in the C++ world. Conan is supposed to come to the rescue, but after attempting to use it, it feels like it's still not as easy to use as any other package manager (npm, pypi, gems, etc). I love C++ and Qt, but It's extremely difficult to convince people to start any new projects in C++. Common C/C++ questions and answers in stack overflow: how do I do x in C++ (e.g. trim whitespace), the usual responses:
1. It's trivial to implement, do it yourself.
2. Why would you want to do that. Compare that to pulling up a library to do that, or it's already baked into the standard library (e.g. Java). |
|
That being said, my SO would love you! He is always trying to get me to write things in C :D