Search found 1 match

by Geezer
August 31st, 2017, 12:08 am
Forum: Everything
Topic: Snake Game Tutorial 14a
Replies: 69
Views: 60077

Re: Snake Game Tutorial 14a

I got thus same error. Even with the default constructor added. I ended up taking off the = default and created a body for the constructor where I just set the value of c = Colors::Cyan; The error moved to Location has no default and I added one. Location() = default; I'm still a little confused why...