Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.28 KB

1063_Supplemental_Instruction

Code and misc files from my supplemental instruction sessions and tutoring at Midwestern State University. Most of the files come from the Data Structures & ADT class.

Who am I?

My name is Jeremy Glebe. I am a software developer, a computer science student at Midwestern State University, and a supplemental instructor for Data Structures & ADT (also at MSU). I upload everything I work on with students here so they can access it and look back over it at a later time. Some code is thoroughly commented and some isn't. Students who attended the session/tutoring should have notes to look back over. [email protected]

Guides and tutorials

Tutorial Name Description
C++ w/ Windows, VSCode Setting up a c++ dev environment with vscode on Windows
VSC C++ Multi Files Compiling c++ programs with multiple files in Visual Studio Code
C++ w/ Cygwin, VSCode Using Cygwin with your c++ VSCode environment