view tmflry/C++ @ 11950:2b46edb21685 draft

<ais523> ` printf \'#include <stdio.h>\\nint main(void) { float C = 4.0; printf("%f", C/C++); }\' | gcc -Wall -Wextra -x c /dev/stdin
author HackEso <hackeso@esolangs.org>
date Thu, 19 Sep 2019 17:55:31 +0000
parents 187d003817ca
children
line wrap: on
line source

C++ is an attempt to improve upon C. The only thing it actually improved was memory management, and it made everything else worse.