Ponters to objects

Car* MyFunction (Car *myCar);

HI Can someone explain fo a beginner what the function above is all about
It is declaring a function named "MyFunction" that takes a pointer to a Car instance as parameter, does something (don't know what since I can't see the implementation and there are no comments), and returns a pointer to a Car instance.
Topic archived. No new replies allowed.