Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Turns out, C++ was just language canonification of things developers were already doing.
Not sure it follows that sophistication = government involvement, but it does indicate funding. -
@NickyBones
Type annotation through internalized metadata and static construction
https://codementor.io/@michaelsafya... -
@NickyBones
Would assume you'd want to build a manager reflection cache and structural analyzer to handle that. Pointers pointers everywhere. No one ever said it was a good idea 😝 -
@NickyBones
Sane people easily discriminate between novelty and utility. The rest, they can suffer until they recover. -
KDSBest7755y@NickyBones always remember. Everything you can do in C/C++, C#, Java, Python and so on. You can do in machine code. I don't want to work with you if you do so. BUT you can
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
After getting fed up of “being productive” I fooled around on GitHub and had a look at the Stuxnet virus source code which was obtained using a decompiler. Experts who reverse-engineered it found out that it was written in “object-oriented C.” While C is not an object oriented language, anything you can do with classes you can do with structs, static functions, pointers & function pointers. You can see this coding style in the Linux kernel, CPython interpreter and many other places. That was the first indication that a government agency or defence industry was responsible. Amazing stuff !
rant
c++
stuxnet
c