User profile: Cosimo Vilardo

User info
User name:Cosimo Vilardo
History
Joined:
Number of posts:64
Latest posts:

How can I minimize this code?
This is what I have [code]//search function void findlastname(Juventus team[], int n, string lastnam...

Passing an object to a function?
Sorry. "She" is my prof. Here is the thing. I am stumped on how to pass just a single object from Ju...

Passing an object to a function?
Im having a problem passing a specif object of a class to a function. I am getting error codes left ...

How can I minimize this code?
cannot convert `Juventus' to `Juventus*' for argument `1' to `void printone(Juventus*)'

How can I minimize this code?
I actually got that. But now im getting errors in the printone() function