Replies to message #1,407

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Kosher Dill

Programming thread

Depends what you consider "reasonable". Something like what you're imagining has been done as a library, at any rate, though I've never tried it...
Ledj

Programming thread

(Again, you are talking about arrays and strings as modern languages do. In C an array is just a contiguous block of memory that consists of...
Strange Looking Dog

Programming thread

sizeof only returns the size for a constant length or variable length array (an array allocated on the stack with a runtime length —int a[n])...
Back
Top Bottom