(p takes values between 0 and 19, x between 0 and 10, nTask=11)
My question:
How can I print (printf? cout?) the values for vProject[p] and vProject[p].vTask[i]? I tried printf but there isn't any specifier that is able to show the desired values.
A lot of thanks in advance to anyone who can help!