Help I think I somehow fucked up going thru tutorial

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
CptBlondeBeard
Posts: 5
Joined: September 6th, 2017, 9:58 am
Location: Denair Ca

Help I think I somehow fucked up going thru tutorial

Post by CptBlondeBeard » September 6th, 2017, 10:09 am

Hey I'm very new to coding and am having a blast, but ive run into a few problems.

1) In my Game.cpp file the engine gives me an error for the " void Game::ComposeFrame()" function saying that it cant be defined outside of its class. Error C2601

2) In that same function it will no longer let me group everything there in {} which throws another error saying that both my { and the last } are unmathed.

Any help anyone can shoot my way is appreciated. Ive been workin on it for an hour and cant figure out the prob. Thanks
Attachments
Game.cpp
(3.95 KiB) Downloaded 122 times

CptBlondeBeard
Posts: 5
Joined: September 6th, 2017, 9:58 am
Location: Denair Ca

Re: Help I think I somehow fucked up going thru tutorial

Post by CptBlondeBeard » September 6th, 2017, 10:32 am

Hey I found the Error! I was missing a brace. lol

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Help I think I somehow fucked up going thru tutorial

Post by chili » September 6th, 2017, 2:41 pm

Chili

Post Reply