the problem I'm having is that it's just says declaring an array of references when refering to the function header. After that it also tells me that card suit and card value are undeclared, but if I declare them inside the function it tells me I am shadowing a parameter.
as long as I just put sting card_value[] , inside the function header, it will change the value of the string outside kind of like call by referce?
just making sure i understand.