Respuestas al mensaje #9,926

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 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...
Atrás
Top Abajo