Dereferencing iteratorsSo a data structure contains our main data and also some auxiliary data required to maintain the str...
Dereferencing iteratorsI have a list<int> LIST. [code] list<int>::iterator listIter; for(listIter=LIST.begin();listI...
Help me with Exceptions and improvement of classYou are confused about this because you are the person designing the class and you are the person us...
Catching exceptionsActually, even if a library gives us an interface of exceptions to expect, other libraries used in t...
Catching exceptionsLet us assume my friend has designed a library. I am using this library in my code. Now this libr...
This user does not accept Private Messages