view tmflry/C++ @ 10780:575fc3c02a96

<b_jonas> perl -e open$I,"<","wisdom/ance";$/=();$_=<$I>=~s/\\n//r;open$O,">","wisdom/ance";print$O $_;
author HackBot
date Fri, 21 Apr 2017 18:11:55 +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.