From the course: IoT Foundations: Operating Systems Fundamentals

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Using the exercise files

Using the exercise files

- [Instructor] The exercise files contains Visual Studio projects that have been tested to run on Windows 11 using Visual Studio 2022. I'm using Windows 11 Pro with the Visual Studio Community Version, which is free to download and use. If you are using a newer version of Visual Studio, that should be fine, since it often auto-upgrades older projects without causing problems. If you are on Mac OS or Linux, you can still run these exercises by setting up a Windows virtual machine using tools such as VMware or VirtualBox. If you prefer not to install anything for now, feel free to follow along by watching the demo videos and reviewing the included source code in the exercise files. Assuming you already have access to a Windows 11 environment, let's go ahead and install Visual Studio. The installation process is fairly straightforward, but make sure to select the desktop development with C++ workload during setup. Once Visual Studio is installed, we'll build our first example from the…

Contents