Search found 5 matches

by CptBlondeBeard
September 7th, 2017, 12:39 pm
Forum: Everything
Topic: First C++ game
Replies: 12
Views: 5131

Re: First C++ game

Dude I really like it man. Great Job. It has a nice difficulty to it!
by CptBlondeBeard
September 7th, 2017, 11:12 am
Forum: Everything
Topic: How can I download a New Solution w/o losing my old files?
Replies: 2
Views: 1422

Re: How can I download a New Solution w/o losing my old file

Ok thanks man. If you cant tell I'm really new to this. Haha BTW love all your stuff man. Its a huge help bc I have ADD and just reading a ton of info is really hard and you keep everything really engaging.
by CptBlondeBeard
September 7th, 2017, 10:12 am
Forum: Everything
Topic: How can I download a New Solution w/o losing my old files?
Replies: 2
Views: 1422

How can I download a New Solution w/o losing my old files?

I want to start with a fresh Solution to mess around in with the Chili Framework but also don't want to just delete all the code ive put in so far. When I try to download it again I worried that extracting it again will override what has already been saved. Suggestions?
by CptBlondeBeard
September 6th, 2017, 10:32 am
Forum: Everything
Topic: Help I think I somehow fucked up going thru tutorial
Replies: 2
Views: 1446

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

Hey I found the Error! I was missing a brace. lol
by CptBlondeBeard
September 6th, 2017, 10:09 am
Forum: Everything
Topic: Help I think I somehow fucked up going thru tutorial
Replies: 2
Views: 1446

Help I think I somehow fucked up going thru tutorial

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 grou...