Page 1 of 1

Help I think I somehow fucked up going thru tutorial

Posted: September 6th, 2017, 10:09 am
by CptBlondeBeard
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

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

Posted: September 6th, 2017, 10:32 am
by CptBlondeBeard
Hey I found the Error! I was missing a brace. lol

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

Posted: September 6th, 2017, 2:41 pm
by chili