User: liuliu146

  • Public profile

User profile: liuliu146

User info
User name:liuliu146
History
Joined:
Number of posts:5
Latest posts:

vector as a private class member
Thanks for the above. But still not the case. My progam can execute normally despite the unexpected ...

Can someone help me with my calculator?
use iostream. don't allow space between include and <iostream>

Can someone help me with my calculator?
How about change <iostream> to <iostream.h>?

vector as a private class member
class A{ AddToVector(int i) { vec.puch_back(i);} FunctionA( ) { printf("%d\n",vec.size();} ...

vector as a private class member
Hi! I get a problem with the vector as a private class member: When I did't initialize the vector ...

This user does not accept Private Messages