So when I declared the elements in my struct, all of the elements are basically the same thing as a variable, why given they've been declared than do they not act in the code as if they are declared variables?
I know how the prototype works, but, now I'm not using a prototype like I have in the past such as movie(&char, &int, &double, &string), now I'm using the prototype from the struct such as
movie (choice = movie1) or how does the value pass in the struct?
This is the whole problem trying to figure out where the value is, how it is passed with the proper syntax.
Thanks Joe
I know how the prototype works, but, now I'm not using a prototype like I have in the past such as movie(&char, &int, &double, &string), now I'm using the prototype from the struct such as
movie (choice = movie1) or how does the value pass in the struct?
This is the whole problem trying to figure out where the value is, how it is passed with the proper syntax.
Thanks Joe
Comment