size of structure pointeris there way to find the size of structure pointer size? when we tried to get the size of structu...
Why do we need inheritance, when we can achieve the same using aggregation in c++?We know, in C++ we can have two kinds relation btn class : is-a relation supported by inheritance ...
segmentation problem writing to shared memory segmentplz help out what would be problem in the following program? I am trying to write structure to shm ...
how to use member function for pthread_createHi Peter, Thanks for the mail. yes you are right. But other than using the static memeber can't we ...
how to use member function for pthread_createHi, pthread API is C API, we should pass global function as 3rd argument for pthread_create and ...