Respuestas al mensaje #6,551

  • 🔧 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.
Creative Username

Programming thread

probably not c++ idiomatic, but this is how you can do it in c: #define FOO_M 0x0 #define FOO_E 0x1 #define FOO_N 0x2 #define FOO_O 0x4 // and so...
ADHD Mate

Programming thread

If you have C++20 you can use concepts to create template with allowed list of types. #include <iostream> enum class Mask { A = 0x0, B = 0x1, C =...
Atrás
Top Abajo