|
|
|
|
|
by bregma
2116 days ago
|
|
OK, let's substitute "overhead" for "cost in the argument. Premise one: C++ has zero overhead for most of its features, like smarts pointers: if you don't use them, they cost nothing. Premise two: using features like smart pointers adds a cost to your C++ program. Conclusion (due to the strawman logical fallacy): C++ is not zero overhead because there exists a feature that has a cost if you use it. I'd like to see the reasoning that leads to the same conclusion without resorting to the strawman logical fallacy. |
|