Search found 38 matches

by Radical
March 27th, 2018, 2:10 pm
Forum: Everything
Topic: Can't open Homework 7 files
Replies: 2
Views: 1358

Re: Can't open Homework 7 files

Well, if you navigate to the directory, do you see the specified file? Have you tried re-downloading? Maybe copy Engine.vcxproj from a different solution you have, and put it over in your tutorial 7 folder.
by Radical
March 27th, 2018, 5:06 am
Forum: Everything
Topic: Paint tool issue
Replies: 9
Views: 2797

Re: Paint tool issue

@Slidy omg is that what unsigned ints are? Here I was thinking they were some super complex thing. I kept hearing the term thrown around and I assumed an unsigned int was an incognito int, with no signature to it's name; untraceable or something along those lines. I have now tried out size_t for mys...
by Radical
March 26th, 2018, 11:40 pm
Forum: Everything
Topic: Paint tool issue
Replies: 9
Views: 2797

Re: Paint tool issue

This is some good shit papa. I tried out your code and lowered the pixel array size to 1, but it still works with an infinite amount of pixels. I'll be honest though, I don't know wtf is going on. You seem to be dealing with actual memory storage/allocation (or whatever it might be called), and I ha...
by Radical
March 25th, 2018, 3:58 am
Forum: Everything
Topic: Paint tool issue
Replies: 9
Views: 2797

Paint tool issue

I had the idea to create my own Microsoft Paint clone today. I whipped up some quick code just to get the concept down and make sure my idea worked as intended. Everything seems great! ...unless I change the size of the array. The array is the number of painted pixels I can have on the screen. I hav...
by Radical
March 11th, 2018, 11:03 pm
Forum: Everything
Topic: Daily Learner
Replies: 15
Views: 6844

Re: Daily Learner

What brings you to the chili forum if you don't watch the tutorials? Why not something more popular like stackoverflow for example?
by Radical
March 11th, 2018, 4:18 am
Forum: Everything
Topic: Motivations
Replies: 10
Views: 3698

Re: Motivations

Wait. You're telling me you ENJOY solving tedious issues? That's very interesting. Gotta say I'm rather glad though, as you've helped me out numerous times. When I help someone out in a thread it's only because I feel as though I should give back to the community that helped me. (Even if there isn't...
by Radical
March 11th, 2018, 3:52 am
Forum: Everything
Topic: New member and thanks Chili!
Replies: 25
Views: 8027

Re: New member and thanks Chili!

Holy ballsacks, that's a long post. Glad to see you are enjoying the tutorials as much as the rest of us! Tinkering around with the code like you are is definitely the way to learn. Welcome aboard.
by Radical
March 8th, 2018, 11:02 pm
Forum: Everything
Topic: I have a question about in Beginner Tutorial 5 C++
Replies: 2
Views: 1415

Re: I have a question about in Beginner Tutorial 5 C++

First of all, his name is Chili. Get that right or YOU ARE NOT WELCOME HERE . (I am joking of course....to some extent) Secondly, it would be very helpful if you linked your full solution so we can see what it is you're missing. It's most likely something extremely small. That being said, there are ...
by Radical
March 1st, 2018, 2:08 am
Forum: Everything
Topic: Code fixed after changing to and from comments?
Replies: 3
Views: 1618

Re: Code fixed after changing to and from comments?

Hahaha I see you remember ;). Not really the same issue as last time, but close enough. I actually solved it and came here to figure out how to delete my post. Turns out I was using mouse input, and on the times it was breaking, my cursor was outside of the window . (doh!) I only wonder how I didn't...
by Radical
March 1st, 2018, 1:43 am
Forum: Everything
Topic: Code fixed after changing to and from comments?
Replies: 3
Views: 1618

Code fixed after changing to and from comments?

Very simple code was throwing up an error and breaking. Put "//" before each line to see if it worked without the code I just wrote. It did. Removed the "//" again and everything worked just fine. What is going on here??? EDIT: I just tried to build it again, and now it's in a state where the first...