C++ or ++C?

2 points by NAFV_P ↗ HN
The C++ programming language returns a copy of its value (C), then increments itself. Therefore a program written in C++ returns C code. You might as well write C. Any thoughts?

1 comment

[ 2.7 ms ] story [ 11.2 ms ] thread
If I remember correctly, originally that's what it did, a C++ program was compiled to C, then compiled to binary.