Y
Hacker News
new
|
ask
|
show
|
jobs
by
banachtarski
3066 days ago
They really aren't that bad... in fact, they're pretty useful. Source: your everyday C++ programmer
1 comments
stochastic_monk
3066 days ago
They’re great, really. Yes, it takes effort to master, but then you can generate faster, safer, generic code with much less effort.
Source: Another everyday C++ programmer. There are dozens of us. Dozens!
link
verall
3065 days ago
It's unfortunate when your codebase is C++03 only and intends to remain that way for compatabillity with other vendors. Yay for consumer electronics!
link
banachtarski
3063 days ago
Out of curiosity what breaks compatibility?
link
verall
3062 days ago
My understanding is that there are partner venders who have old toolchains set up only for C++03 and thus would have to upgrade their toolchains to build our API if we upgraded.
link
Source: Another everyday C++ programmer. There are dozens of us. Dozens!