|
|
|
|
|
by viswanathk
2824 days ago
|
|
Looks like you have not worked much on C++. C++ is literally one of the worst languages for undefined behaviour and when something does go bad, the tooling around the language is so horrendous that it takes days to debug something that can be done within hours in Java. I spent close to a week on data corruption that would have never been possible in Java. C++ is not for the weak of heart. It's like the wild west. I have since moved to the civilisation of Java and quite happy here. |
|