Y
Hacker News
new
|
ask
|
show
|
jobs
by
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!
1 comments
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
3063 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