one question about vector templateThanks jsmith and kbw. Now it works with typename std::vector<T>::iterator It1;
one question about vector templateWhen I changed [code]std::vector<T>::iterator It1; [/code]s I got those compiling errors: ...
one question about vector templateI defined a class template and function templates. I hope to print all types with the funciton: tem...
0 or Null in C++?If I created a pointer, which value should I assign it in C++? className *obj=0; or classNam...
Are there some software to check code qualityHello, I am wondering if there are some open source software to check the source code qualities? ...
This user does not accept Private Messages