User profile: wenqiang

User info
User name:wenqiang
History
Joined:
Number of posts:11
Latest posts:

Two function running at the same time
uh, i think it has to be multiple thread

What will the i++ do in here? Easy i++?
that is to say: [code]j=i++;[/code] equal to [code] j=i; ++i;[/code] or [code]j=i; i++;[/co...

How to Design Object-oriented Program?
um,this question contains so many aspects. So i want to learn some topics about how to design Class...

Passing vector to Constructor by Reference
it really confused us beginner. why do you make the parameter of constructor same with the private ...

Unusall decleartion
yeah, i am surprised.

This user does not accept Private Messages

User: wenqiang

  • Public profile