some of the syntax wasn't overloaded so much...
Was just musing that if pointer de-referencing and pointer-to-type had
seperate syntax (ie use a character other than '*' for one of them) it would
make things much easier to read. You wouldn't get stuff like:
pthread_create( &thread, NULL, (void *(*)(void*))Thr eadProc, (void
*)parameter);
Was just musing that if pointer de-referencing and pointer-to-type had
seperate syntax (ie use a character other than '*' for one of them) it would
make things much easier to read. You wouldn't get stuff like:
pthread_create( &thread, NULL, (void *(*)(void*))Thr eadProc, (void
*)parameter);
Comment