I am creating a program named PosterRUs for my assignment which consists of the following classes:
Customer, Order, Paper, Poster.
The order class will have customer, paper and poster messaged passed into it but whenever I attempt to do this it keeps saying "declaration is incompatible with double..".
You haven't shown us where you instantiate the Order class. That is apparently where your problem is.
PLEASE USE CODE TAGS (the <> formatting button) when posting code.
It makes it easier to read your code and also easier to respond to your post. http://www.cplusplus.com/articles/jEywvCM9/
Hint: You can edit your post, highlight your code and press the <> formatting button.