User: learning cpp

  • Public profile

User profile: learning cpp

User info
User name:learning cpp
History
Joined:
Number of posts:9
Latest posts:

one question about vector template
Thanks jsmith and kbw. Now it works with typename std::vector<T>::iterator It1;

one question about vector template
When I changed [code]std::vector<T>::iterator It1; [/code]s I got those compiling errors: ...

one question about vector template
I 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 quality
Hello, I am wondering if there are some open source software to check the source code qualities? ...

This user does not accept Private Messages