User profile: DeepBlack

User info
User name:DeepBlack
History
Joined:
Number of posts:34
Latest posts:

struct dereference operator
given [code]typedef struct ex1 { int i; void* p; }struct_ex1;[/code] is [code](stru...

difference between const & and const
Thank you for the responses! [quote]...is purely implementation-defined because an implementation m...

difference between const & and const
I came across the following declaration of vector, [code]typedef std::vector<const xyz&> xyzTyp...

argument of type void* in pthread_create(...)
Why is it necessary to pass argument of type (void*) while creating a thread using pthread_create(.....

pthread_testcancel() before and after read(...)
Thank you! I have one more question and googling did not give me an easy answer. Why exactly should ...