Coding 101 5: Somewhat Function(al)
Hosts: Fr. Robert Ballecer, SJ and Shannon Morse
Guest: Lou Maresca
Welcome to Coding 101 - It's the TWiT show that gives YOU the knowledge to live in the wonderful world of the programmer. This week we are reviewing For Loops, and checking out If (then) Else Statements.
Reviewing If Else and Viewer Submissions
* Check out Ep 2 and 3 for how to download the IDE for Windows and Mac.
* Opening simple projects in Visual Studio Desktop: I was wondering why my project files weren't working correctly when I just chose to "Open File". Turns out, every time you open a new file in Visual Studio, it has to be tied to some project. So I was able to Open Project and choose the specific file that I wanted to play with. Since my Project will always try to build the file from first opened to last, I would end up having to attach two files together. I'm not quite at that experience level, so I'm attaching each new file to a new project.
* My example is similar to Lou's but I decided to pla
Comments