Const EType &a, how to pass to?
If I have a function:
|
void foo(const EType &a) {};
|
What would I pass to the function in main? I keep getting the same error. Thanks.
What would I pass to the function in main
any object of this
type
Topic archived. No new replies allowed.