endif
-
#include __FILE__
Include recursion in C is possible and useful. Continue reading
-
The deprecated attribute in C23 does much more than marking obsolescence
You may already have heard that C23 proposes a new syntax feature called attributes and that one of the standard attributes in C23 is called deprecated. Actually, we got this whole attribute thing and also some of the standard attributes from C++, where they had been introduced in C++11 (I think). One of the uses of… Continue reading
