Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
NonPlayableClown (nonplayableclown@postnstuffds.lol)'s status on Tuesday, 27-Aug-2024 00:41:13 JSTNonPlayableClown >C++ was already shit in 1998 and it has not gotten any smaller or more manageable. That is 26 years ago.
You can also not use any of the "standard libraries"
>"x64" is not real, and it's a stupid coinage: 8086, 80286, 80386, 80486, these are x86 CPUs. The 64-bit ISA is called, depending, AMD-64 or x86-64. Microsoft came up with "x64" because "AMD-64" had AMD's name in it
That's why it's prefixed with an X. The processor could be from any manufacturer (AMD, Intel, etc) but it's made for whether an application can run with a it can run on 64 bit processor or 32 bit processors in mind. That and also limits the stack and heap that a program can request from the system.
https://www.avabodh.com/cxxin/nostdlib.html