User profile: murali2425

User info
User name:murali2425
Name:Murali
Location:Bangalore
History
Joined:
Number of posts:11
Latest posts:

size of structure pointer
is 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 segment
plz 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_create
Hi 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_create
Hi, pthread API is C API, we should pass global function as 3rd argument for pthread_create and ...