News Score: Score the News, Sort the News, Rewrite the Headlines

C23: a slightly better C

Skip to content One of the established and most popular programming languages is the C programming language. It is relatively easy to learn, and highly practical. Maybe surprisingly, the C programming language keeps evolving, slowly and carefully. If you have GCC 23 or LLVM (Clang) 16, you already have a compiler with some of the features from the latest standard (C23). // Only include stdio.h if it exists #if __has_include (<stdio.h>) #include <stdio.h> #endif #include <stdlib.h> [[deprecated]]...

Read more at lemire.me

© News Score  score the news, sort the news, rewrite the headlines