C
cajmoney
Hello I am taking a class in advance C++ and I need some help. My
problem is when I construct a object class I have to use a non member
function to allow the user to enter their name and store that name in
a local array. I cannot figure out how to pass that array into my
object class so I can display it to the screen. I guess my question
is: how do you return arrays from a function? How do you pass that
array to a member function.
problem is when I construct a object class I have to use a non member
function to allow the user to enter their name and store that name in
a local array. I cannot figure out how to pass that array into my
object class so I can display it to the screen. I guess my question
is: how do you return arrays from a function? How do you pass that
array to a member function.