'writeColor': is not a member of 'Circle'

closed account (o1pz6Up4)
I'm getting the following error:
'writeColor': is not a member of 'Circle'

From the following code (pdf's on google drive):

Header code:
https://drive.google.com/file/d/1kWpwoDoV9ZPiJ-hcIKYVub2had4PHP35/view?usp=sharing

Function definitions:
https://drive.google.com/file/d/1hCd0Yz70arXMrJbCK5xHGqUt3-iRJdPf/view?usp=sharing


Edit: Nevermind! I figured it out. :D
Last edited on
You really should post the code here. Make sure you put it in code tags: http://www.cplusplus.com/forum/articles/16853/

Also, you should post a runnable program, which in your case means including a main.
And you didn't say which line the error occurred on.

Topic archived. No new replies allowed.