User profile: mudaliaraditya

User info
User name:mudaliaraditya
History
Joined:
Number of posts:5
Latest posts:

List getting corrupted
4 threads are runing this function processthread and i am taking a lock while adding at g_cProcessMu...

Public or Private in this case?
Public and private these are for scope or design aspect,the user end wont even know that which vari...

how to declare and initialize variables off main.cpp for use on main.cpp
i know my answer would be off topic from the above answers but, 1)I would suggest you that if want ...

Doubly linked list question
1) the start is NULL because all variables are created with garbage values at start so we are initia...

Passing in an address into a class function
references as the above reply says are actually another name for the same variable, a new variable u...