Subsets of C++
Subsets of C++
Posted Oct 17, 2010 4:53 UTC (Sun) by CChittleborough (subscriber, #60775)In reply to: My advice on implementing stuff in C: by dskoll
Parent article: Russell: On C Library Implementation
dskoll is right: if you select an appropriate subset of C++, you can use it to write perfectly good code, even very large systems. Several teams have done this.
The problem is that the other teams using C++ are very unlikely to be using the same subset. Worse still, the team that wrote a library that your team would like to use probably selected a different subset than your team ...
