Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

C11 is shit.

Name: Anonymous 2012-01-03 0:19

Fuck this thread.

Name: Anonymous 2012-01-03 0:25

FUCK MY ANUS

Name: Anonymous 2012-01-03 0:26

Please, develop.

Name: Anonymous 2012-01-03 1:58

It's still better than Java.

Name: Anonymous 2012-01-03 5:21

What's different?

Name: Anonymous 2012-01-03 19:49

>>5

Threads

Name: Anonymous 2012-01-03 20:40

>>6
Yeah, but they were designed by a guy from comp.lang.c.

Name: Anonymous 2012-01-04 9:10

>>6
Without ability to specify stack size. Don't make me laugh. Nobody will use this shit. First - Microsoft will not support it. They never supported C99 to begin with. And we already have working wrappers that wrap Win Threads into superior pthread api.
So there is simply no reason to switch to thrd_LOOK_I_SAVED_2_LETTERS_IN_WORD_THREAD_I_AM_SO_COOL_GUYSs

Name: Anonymous 2012-01-04 14:21

>>8
C11 is easier to implement than C99.

Name: Anonymous 2012-01-04 14:22

>>8
The "thrd" prefix is to avoid collision with already existing code.

Name: Anonymous 2012-01-04 14:24

>>10
It cannot avoid the collision with my raging cock.

Name: Anonymous 2012-01-04 14:46

_Generic sounds like a nice feature. It's like a switch(typeof(x)).
#define print(s,x) _Generic((x), \
     char: putc(x, s), \
     int: fprintf(s, "%d", x), \
     float: fprintf(s, "%f", x), \
     char *: fputs(x, s))

Name: Anonymous 2012-01-04 14:52

>>12
I just wish that true and false were defined to be ((_Bool) 1) and ((_Bool) 0) respectively, that way you could trigger a _Bool version of a function as well just using true and false. Normally this wouldn't be a problem but code conforming to the C11 standard doesn't allow you to redefine them.

Name: Anonymous 2012-01-04 14:52

>>12
I sure hope it has some uses.

Name: Anonymous 2012-01-04 14:57

>>14
It makes tgmath.h a whole lot easier to implement.
I would've liked overloadable functions better though.

Name: Anonymous 2012-01-04 15:01

>>13
Just noticed that the feature of redefining true and false is just marked as obsolescent, so you may do it, but the ability to do so might go away in a future standard.

Name: VIPPER 2012-01-04 15:08

>>8
lol

I didnt know mircrosoft didnt support C99, i thought only GNU was too lazy to implement it.

Name: Anonymous 2012-01-04 15:15

>>17
Microsoft doesn't support anything.

Don't change these.
Name: Email:
Entire Thread Thread List