chraebsli to Programmer [email protected] • 1 year agoStop comparing programming languagesprogramming.devimagemessage-square183fedilinkarrow-up1722
arrow-up1722imageStop comparing programming languagesprogramming.devchraebsli to Programmer [email protected] • 1 year agomessage-square183fedilink
Stop comparing programming languages Python is versatile JavaScript is powerful Ruby is elegant C is essential C++ Java is robust
minus-square@[email protected]linkfedilink18•edit-21 year agoC++ is focused on getting a strong degree of root control over the hardware of lots of systems. Which is part of why it’s difficult.
minus-square@[email protected]linkfedilink5•1 year agoSorry, Undefined Behavior Everywhere was yelling way too loud to hear you clearly. Were you talking about strong controlling anything with C++?
minus-square@[email protected]linkfedilink2•1 year agoI mean, if you’re talking about CVEs permitting attackers to get control of the hardware of lots of systems, then yes, I agree
minus-squarexigoilinkfedilinkEnglish3•1 year agoOnly a part. A lot of the complexity is completely unnecessary.
C++ is focused on getting a strong degree of root control over the hardware of lots of systems. Which is part of why it’s difficult.
Sorry, Undefined Behavior Everywhere was yelling way too loud to hear you clearly.
Were you talking about strong controlling anything with C++?
I mean, if you’re talking about CVEs permitting attackers to get control of the hardware of lots of systems, then yes, I agree
Only a part. A lot of the complexity is completely unnecessary.