Install IDE
The teacher of this course uses Visual Studio 2022 Community Version. If you use a PC, please follow this video to install visual studio 2022 community version with c++ support on a PC (the video is installing the 2019 version but the procedure is almost the same): https://drive.google.com/file/d/1zlAsVgeAU3YT6s5Dx07a-lLy58vvilSs/view?usp=sharing
Or you can directly go to https://visualstudio.microsoft.com/vs/ to install Visual Studio 2022 Community Version. Please make sure you choose to install C++ support. Visual studio 2022 community version is free as long as you login with a Microsoft account.
However if you want to use a Mac, then you cannot use the Visual Studio Community Version. You can instead use Visual Studio Code. For Mac user, follow this article to install VS Code with C++: https://code.visualstudio.com/docs/cpp/config-clang-mac or this video: https://techdecodetutorials.com/c/how-to-install-c-c-compiler-in-mac-os-m1-big-sur/