Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Electron: Build cross platform desktop apps with JavaScript, HTML, and CSS

Name: Anonymous 2017-08-20 0:48

I can't believe people actually use this shit.
The amount of RAM it uses is seriously insane.

Name: Anonymous 2017-08-20 18:20

>>11
autism
Are dozens and dozens of Stack Overflow questions ``autism'' or is C badly designed? Take your pick. 0123 should mean 123 like everyone expects a positional numeral system to mean, and it does in all programming languages that are not based on B and C.

Please try to nitpick about an actual issue.
There are thousands of issues about C, which would be at least as long as the C standard. It comes after a lot of things on the list, but it's still a C problem. It still causes numbers to be interpreted incorrectly.

https://stackoverflow.com/questions/1661369/how-does-c-handle-integer-literals-with-leading-zeros-and-what-about-atoi
The only thing worse than C's unfortunate use of leading zeros to make a number octal is Javascript's handling of leading zeros to sometimes make a number octal (the number is octal if the rest of the digits are OK - less than 8 - decimal otherwise). In Javascript, (017 == 15) but (018 == 18).

https://stackoverflow.com/questions/7027025/overloading-inserters-and-strange-outputfor-20-and-020
https://stackoverflow.com/questions/6365565/what-does-it-mean-when-a-numeric-constant-in-c-c-is-prefixed-with-a-0
https://stackoverflow.com/questions/20177853/why-are-integers-converted-to-octal-numbers-here

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List