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 but getting to practice C++ and learn some of its syntax was helpful. What was partially helpful was learning how to declare a string variable. Previously in CSGO Workshop 1 I had struggled to declare a string variable and just settled for a FString but during this task I learnt I need to include “std::” or “using namespace std;” to be able to declare a string variable.