Search found 9 matches

by Tajari
May 19th, 2018, 2:25 pm
Forum: Everything
Topic: Beginner Tutorial 8 - Poo Game - ClampScreen issue
Replies: 3
Views: 1575

Re: Beginner Tutorial 8 - Poo Game - ClampScreen issue

The problem here is that your function does not update the dude object. You’re simply getting two values as parameters that happen to be the dudes x and width and using those values to return a number as x. You may want to consider making this a void function and passing parameters by reference rath...
by Tajari
July 22nd, 2017, 10:58 am
Forum: Everything
Topic: Simon Says Game
Replies: 67
Views: 26314

Re: Simon Says Game

Damn that is very impressive!

I agree that the flash effect really kicks things up a notch and the sounds are simply bravisimo!

Keep up the good work.
by Tajari
July 22nd, 2017, 10:52 am
Forum: Everything
Topic: My Coding Journal
Replies: 8
Views: 3575

Re: My Coding Journal

Hola, Thought I would do a little update mainly for my own sake to re-confirm what I have done this week. So I started off with a little pointer action and things finally started to click once you get to grips with 2 simple ideas - Char* pointer = p; - Declaring a pointer variable to store the memor...
by Tajari
July 22nd, 2017, 10:40 am
Forum: Everything
Topic: Visual Studio 2017
Replies: 3
Views: 2146

Re: Visual Studio 2017

Yeah the bugs in 2017 are weird. VS2015 is where it's at!
by Tajari
July 16th, 2017, 9:08 pm
Forum: Everything
Topic: My Coding Journal
Replies: 8
Views: 3575

Re: My Coding Journal

Yeah I initially started out using the standard keyboard input which brought the need for some sort of cooldown but when I moved to events the need probably wasn't there any more but I didn't take the cool downs out. It was fun to make but I think I'll look back at the code in a few months and cring...
by Tajari
July 16th, 2017, 7:18 am
Forum: Everything
Topic: My Coding Journal
Replies: 8
Views: 3575

Re: My Coding Journal

I think you already realize how monolithic your Block class is I certainly do, I honestly am not sure why I let it get that big and didn't decide to change the structure earlier on when it would have been easier but there we go. Thanks for taking a look at it! :D Today I'm starting on the pointer v...
by Tajari
July 15th, 2017, 4:40 pm
Forum: Everything
Topic: Noob learns to code in 3 months
Replies: 670
Views: 205578

Re: Noob learns to code in 3 months

Well done on the school offers bro, you must have really impressed!
by Tajari
July 15th, 2017, 4:38 pm
Forum: Everything
Topic: My Coding Journal
Replies: 8
Views: 3575

Re: My Coding Journal

Hi all, Thanks for the words of encouragement, they definitely kept me going over the last few days of constant bugs, testing, fixing, breaking something else, retesting :lol: I think it is now in a state that I'm pretty happy with and although the code is slightly embarrassing, I have uploaded to m...
by Tajari
July 10th, 2017, 7:54 pm
Forum: Everything
Topic: My Coding Journal
Replies: 8
Views: 3575

My Coding Journal

Hi! I thought I would start up one of these journal posts as it seems to be the done thing around here. I have been lurking here and on Discord for a while so why not formalise things up. First, a little background. I've been interested in coding since I was around 11 or 12 and I first discovered Ga...