exception syntaxIn the example, [code]class myexception: public exception { virtual const char* what() const ...
exception throwingI have tried throw() but the result is the same. BTW, I am using Visual C++ 2005. Is it the culprit?
exception throwingIn the tutorial for exception, section "Exception specifications". It says [code]int myfunction (...
problem with specialized template class with non-type parameterI have tried N followed by T now but it says error C2975: 'Container' : invalid template argument...
problem with specialized template class with non-type parametertried it. Same original error message. The thing is I have generic template class <typename T, int N...
This user does not accept Private Messages