Replies to message #9,926

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

Programming thread

I like the way Ada handles this: every array type has an explicitly specified index type instead of just always being int or size_t or whatever...
Goose the Redeemer

Programming thread

Why even bother with array indices? Any decent language worth using has support for foreach. #include <stdio.h> #define...
U

Programming thread

I really don't like RAII in C++ because it hides acquisition of scarce resources by making them look like normal variable declarations. Since...
Back
Top Bottom