User profile: almo6914

User info
User name:almo6914
History
Joined:
Number of posts:2
Latest posts:

thread-safe sleep using select
I need to do the following for a C++ assessment I'm taking. I've never used the select function bef...

const - are these 2 the same?
const char *p = a; // changeable pointer to constant char char const *p = a; // changeable pointer ...