Comment on Bill is a pro grammer
towerful@programming.dev 11 months ago// increase the dynamically allocated memory space of a byte integer represented by the symbol “x” by the integer 1 and terminate the instruction
Comment on Bill is a pro grammer
towerful@programming.dev 11 months ago// increase the dynamically allocated memory space of a byte integer represented by the symbol “x” by the integer 1 and terminate the instruction
Anders429@programming.dev 11 months ago
Why the heck does it need to be dynamically allocated? Just put that puppy on the stack.
towerful@programming.dev 11 months ago
That’s what it used to do.
But it was a bug, and the code has been fixed.