List getting corrupted4 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.cppi know my answer would be off topic from the above answers but, 1)I would suggest you that if want ...
Doubly linked list question1) 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 functionreferences as the above reply says are actually another name for the same variable, a new variable u...