User: littlepig

  • Public profile

User profile: littlepig

User info
User name:littlepig
Name:Jiawei Zhu
Location:Shanghai, China
History
Joined:
Number of posts:32
Latest posts:

std::unique_ptr<X> not work after transition the ownership
Oh, you're right. Thank u for helping me, Repeater.

std::unique_ptr<X> not work after transition the ownership
I have a std::unique<X> which work nicely. but after I am using std::move or returned through the fu...

Cannot convert `float*' to `float' errors
the function prototype you declared above doesn't match the function definition below. You have to c...

Really need help with the main function of this Class program
There are many ways to do this. I will demonstrate some. [code] int marks[5]; for (int i = 0; i < 5;...

every operation in separate funtion(note: input from file)
you have to move the declaration of a, b outside the input function. local variable has a lifetime a...

This user does not accept Private Messages