Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Procedural vs Functional
1
Name:
Anonymous
2010-11-18 16:26
Which is better from a C language standpoint?
16
Name:
Anonymous
2010-11-19 8:20
#define cbrt(X) _Generic((X), long double: cbrtl, default: cbrt, float: cbrtf)(X)
This can be useful, but C is looking more and more like C++, with thousands of special keywords to do things.
I'll stick to my C89 with a couple of C99 extensions.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List