|
|
|
|
|
by Geminidog
1976 days ago
|
|
I just did the switch from 10 years of python to C++. Low level programming is way harder with the C++ stack. I blame mostly the language rather then the level. C++ is just a pain in the ass. If you get a low level programming job that uses rust things might be better. Basically at the higher level, when you hit an error it is (generally) much more trivial to solve... not so with C++. With C++ you can hit crashes and not know where it even came from, this is much more rare in higher level languages. I know several people who vehemently hate C++ with a passion and if you're going into low level stuff, very likely you'll have to deal with C++. |
|
Yep, it's definitely the language. You can do low-level programming with Rust and pretty much never have this problem (never say never, but it's certainly not a common issue).