Ryan
Ryan
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Once I recognize the patterns and organization better it will all click, but I feel useless doing tutorials and practicing all while pretending I know how this stuff works or relates
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Thank you so much for taking the time to explain this, I have zero programmer friends and have struggled using tutorials and sites like quora or w3schools to explain this stuff for the minds of 5 year olds
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Hmm I seee
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Or probably error lol
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Otherwise it would just print infinitely?
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Ok so after the data is called, in this case to be presented in text-based form, the program is concluded after it displays
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
I'm just not sure the purpose of return
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
I agree
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
and WriteLine means "display it in text"
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
As Console means "text" essentially
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Console.WriteLine(myStudent.GetFullName()); makes the text values of public string FirstName and public string LastName show in text
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
I'm not sure what that's fore
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
The return part
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
return FirstName + " " + LastName;
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
or a line ends with ;
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Right, such that a sentence ends with a period.
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
I agree
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
Like the immediate code block written beneath the string is meant for that string alone, so long as the } ends the method line
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
These absolutely relate, correct?
98 replies
CC#
Created by Ryan on 10/26/2023 in #help
❔ Amateur game dev LF help with some basic C#/programming knowledge
public string GetFullName() { return FirstName + " " + LastName; }
98 replies