std::unique_ptr<X> not work after transition the ownershipOh, you're right. Thank u for helping me, Repeater.
std::unique_ptr<X> not work after transition the ownershipI 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' errorsthe 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