User profile: dailei

User info
User name:dailei
Email:daileihit@126.com
Name:dailei
Location:china
History
Joined:
Number of posts:3
Latest posts:

Question about stl code
The implementation is sgi-stl ( g++. 2.91.57) I read the code later and now I can understand why. T...

Question about stl code
I read some codes implementing iterate in STL and I'm puzzled by it's definition :(partly) templa...

Security Data Input in C++
#include <iostream> #include <string> using namespace std; int main() { int a; do { ...