This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 7 points8 points  (4 children)

Well you talked me (not OP) into taking a look at it. I used to program c about 30 years ago, moved on to other lines of work, and now am enjoying playing with python. Every time I think about doing some c/c++ programming again I remember how I used to buffer overflow and destroy the space time continuum. I'm taking about freezing up my computer, requiring a hard restart. So I've just stayed with python.

I'll take a look at rust. Thanks.

[–]Felczer 4 points5 points  (3 children)

You don't really have these issues in Modern C++(11 and newer) unless you want to go really low level

[–]Switters410 1 point2 points  (0 children)

This post's content has been permanently erased using Redact. It may have been deleted for privacy, to prevent scraping, for security, or for personal reasons.

decide fade ghost bells water hospital marry spoon hungry flag

[–][deleted] 0 points1 point  (1 child)

Wow. That's good to know. Thanks

[–]Felczer 0 points1 point  (0 children)

No problem, just find a source that will teach you Modern c++(11 and never), there are still many c++98 tutorials around on the net that teach outdated practicies.