Thread: Beginner coder
View Single Post
Old 11-4-2014, 03:45 AM   #14
Renevatia
FFR Veteran
FFR Veteran
 
Join Date: Feb 2006
Location: in your worst nightmere
Posts: 555
Default Re: Beginner coder

Started doing C# in VB. Still using the console in it to get the basics down though.

Edit:

What is the "This." keyword in instantiated variables.
Why wouldn't you just use a variable with a different name inside the constructor instead of using something like

class
int num;

constructor
num = number;

Instead of:

constructor
this.number = number;
__________________
Reminder for self to make new sig.

Last edited by Renevatia; 11-4-2014 at 11:05 PM..
Renevatia is offline   Reply With Quote