Problems after episode 12! [Solved]

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
User avatar
Zedtho
Posts: 189
Joined: February 14th, 2017, 7:32 pm

Problems after episode 12! [Solved]

Post by Zedtho » March 1st, 2017, 6:42 pm

During this episode, Chili talked about encapsulation and stuff, and I tried to copy everything 1:1, but it doesn't work.

I'll show my version of the code (I'm halfway through the episode after watching it multiple times to fix it) https://github.com/Zedtho/Chili-s-Poo-Game

I'd like to give more details, so as far as I know the error is in the Poo.cpp file, but sadly I can't give more information, because I simply have no clue what's happening.

Thanks a lot for reading!

-Zedtho

Edit:
Found one bug (the one in Game.cpp), still doesn't build though. Updated the git file
Last edited by Zedtho on March 1st, 2017, 9:13 pm, edited 1 time in total.

User avatar
SlevinKelevra
Posts: 80
Joined: September 9th, 2013, 12:58 am
Location: Germany

Re: Problems after episode 12!

Post by SlevinKelevra » March 1st, 2017, 8:54 pm

You forgot to include "Graphics.h" in Poo.h
Carpe noctem

User avatar
Zedtho
Posts: 189
Joined: February 14th, 2017, 7:32 pm

Re: Problems after episode 12!

Post by Zedtho » March 1st, 2017, 9:10 pm

Thanks!

Post Reply