所以我理解了如何计算数字和背后的逻辑。我只是想知道这个递归函数是否正确。假设用户已经输入了他或她想要的数字总和,并存储在$v0中。 li $s0, 0 li $s1, 0 # I am adjusting the stack frame size to store 3 words # These are the sum value, the return address, and the number sw $ra, 4($sp)
s
如果我使用setter,那么它应该更改我的私有类属性的值,对吗?然而,情况并非如此,它只是在我使用setter时给出了私有属性的默认值。我正在用一个吸气器找到旅行的距离值。#pragma once
{ int getForestDistanceTravelled(); unsigned short int forestDistanceTravelled = 0;Player.cpp
#inc