User profile: breadbread1984

User info
User name:breadbread1984
Email:breadbread1984@163.com
Name:Xie Yi
Location:Beijing, P.R.China
History
Joined:
Number of posts:28
Latest posts:

initialization sequence of static objects
I want to restrict the initialization sequence of static objects. So I apply the __attribute init_pr...

question about template class
I met a error when running the program. The error is [output] *** glibc detected *** ./a.out: doub...

question about template class
Thanks for your reply. I restricted the type of the return value. And again met a error when running...

question about template class
Why the following code can't be compiled? thanks! [code]#include <cassert> #include <iostream> ...

problem about reference to vector element
I met a problem when doing my project. I abstract the problem to the following code. [code]#include...