作者:
error040 (雞仔404)
2018-04-02 15:30:03Implement a C++ function that swaps two integers, and use pointers as
arguments. Implement the other C++ function that computes the factorial of
the summation of the two integers using rvalue references as arguments. The
function of computing the factorial needs to be a recursive function.
Implement a C++ program that uses these functions. The user can input two
integers as 2 and 5, and the program needs to show the results of the
functions
請問這題的詳解
順便問一下這種題目通常是大家都寫的出來的嘛?
拜託大家了~~