From mboxrd@z Thu Jan 1 00:00:00 1970 From: dave at horsfall.org (Dave Horsfall) Date: Thu, 26 Dec 2019 14:44:06 +1100 (EST) Subject: [COFF] What languges would you like to learn? In-Reply-To: <44b3a941-fb3e-4fa1-b44d-fdbc34c0776d@gmail.com> References: <20191225173101.GA13390@tau1.ceti.pl> <44b3a941-fb3e-4fa1-b44d-fdbc34c0776d@gmail.com> Message-ID: On Thu, 26 Dec 2019, Wesley Parish wrote: > I'm thinking of finally learning C++. [...] C++? That way lies madness :-) I had to teach myself it once (with the aid of The Book) and was glad to leave it behind. Oh, it was also the first OO lang that I'd ever used, which probably didn't help. I can still read it, bot no way will I go back to writing in it... To be fair, though, I understand it's matured a bit since the original; the only way to debug it was to go back to the fugly C that it generated, and figure out what you wrote in C++... -- Dave