Name:
Anonymous
2009-08-26 13:44
It's the time for the next revision of the C standard and for some reason they want your advice. What do you add, remove, rename, etc ?
Name:
Anonymous
2009-08-27 3:32
I'd like to add the following:
1) A universal way to link libraries, i.e:
#inclib("libc");
2) Standard GUI , like allegro etc, but as a standard c library.
3) Standard Sound , sort of the same as the above.
4) Allocation function, like malloc, but that you can choose the virtual offset, like VirtualAlloc on windows.
Name:
Anonymous
2009-08-27 3:35
>>38
OHHHH, also a Standard C Library for multi threading and chmod etc.