Search found 19 matches

by Walka
September 13th, 2017, 2:13 am
Forum: Everything
Topic: Mii first game
Replies: 18
Views: 9172

Re: Mii first game

That would be appreciated lol
by Walka
September 13th, 2017, 2:12 am
Forum: Everything
Topic: Draw Line
Replies: 5
Views: 2969

Re: Draw Line

It is Bresenham. I got it off rosettacode.com. I was trying to figure it out on my own but i could not for the life remember how to fix the problem when the line would not draw.
by Walka
September 12th, 2017, 5:07 pm
Forum: Everything
Topic: Level Editor
Replies: 9
Views: 5562

Re: Level Editor

Oh my lol I was putting in work back in the day. I dont think I ever got this completely working
by Walka
September 12th, 2017, 5:05 pm
Forum: Everything
Topic: Mii first game
Replies: 18
Views: 9172

Re: Mii first game

Holy crap my game is still on here I forgot all about this. It almost nostalgic to see this
by Walka
September 12th, 2017, 5:00 pm
Forum: Everything
Topic: Draw Line
Replies: 5
Views: 2969

Draw Line

In Chili's tutorial series years ago he taught us how to make a draw line function early on. I quit programming for quite and awhile and so I am going back through he new series again to brush up on my skills. I noticed that in this new series he does not show a draw line function. I've only made it...
by Walka
August 19th, 2017, 2:15 am
Forum: Everything
Topic: Using Namespace
Replies: 7
Views: 2864

Re: Using Namespace

So basically you shouldn't use it to keep yourself, other readers or possible the compiler from getting confused? lol
by Walka
August 18th, 2017, 5:57 pm
Forum: Everything
Topic: Using Namespace
Replies: 7
Views: 2864

Using Namespace

Ok so I'm lazy and I like to shorthand as much as possible while still making my code understandable, so I typically use "using namespace" but I have been reading that its bad practice to do so. Why is that?
by Walka
August 11th, 2017, 4:55 am
Forum: Everything
Topic: VS Text Editing Help
Replies: 6
Views: 2522

Re: VS Text Editing Help

Ok thanks for that. The reason I want to disable it is because I'm used to 2010 version and that wasn't in there. I can definitely see where that would come in handy but for now its causing me to delete shit that I don't want to lol
by Walka
August 10th, 2017, 3:09 pm
Forum: Everything
Topic: VS Text Editing Help
Replies: 6
Views: 2522

VS Text Editing Help

Is there a way to turn off the feature to where VS auto highlights text. It's hard to explain what this feature is or whats its doing but I included I screen shot and I highlighted in red what I don't like. Basically I want this to act like a regular text editor. Does anybody have any idea what I'm ...