6 ms·
Curious it doesn't mention C11's __Generic macro. A very nice way to achieve a lot of useful "overloading" behavior. http://en.wikipedia.org/wiki/C11_%28C_stan
by silentvoice 12y ago
Curious it doesn't mention C11's __Generic macro. A very nice way to achieve a lot of useful "overloading" behavior.
http://en.wikipedia.org/wiki/C11_%28C_standard_revision%29 http://en.wikipedia.org/wiki/C11_%28C_standard_revision%29
- ux 12y agoI was simply not aware of it as I never really looked deeply at the features of anything posterior to C99 (I only vaguely remember the thread features that look appealing). That's interesting, I might end up mentioning it in the conclusion later. Thank you.
- ndesaulniers 12y agoThe largest issue I see with this is compiler vendors dragging there feet on C11 support, vs C++11 support which is much much more competitive.