# Introduction In this lab, we will learn how to create and manipulate a Stack data structure in C++. We will be using the STL (Standard Template Library) provided by C++ to create the stack object.
Click the virtual machine below to start practicing