Code Studio Workshop 5 & 6

Completed workshop 5 for Code Studio. This workshop went over how to create and work with functions including passing by value and reference. This workshop wasn’t too difficult but it did help further reinforce C++ programming and taught me how to pass by reference which I didn’t know how to do before in C++. Completed

Code Studio Workshop 3 & 4

Completed Workshop 3 for code studio. It was pretty easy as I have done classes before in VB. It was handy to practice more C++ and get used to the syntax more. It was a bit difficult to get used to how to create a list and how to add items in C++. Completed Workshop

Code Studio Workshop 2

This week I worked on the second workshop task for Code Studio. Once again it was pretty simply just going through selection and iteration methods in C++. It was helpful to learn more of the syntax for C++ and also practice C++ in general.

Code Studio Workshop 1

Worked through the first workshop task of Code Studio. It was pretty simple as it was just going over the basics of working in Visual Studio, programming and C++. Not all of it was helpful to me as I have worked with Visual Studio a lot in the past and know the basics of programming