You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Whether you have had C++ before or not, this page is made to inform you about some of the most necessary basics when writing in C++.

Page content

Getting started

After downloading Visual Studio (or another compiler, though they won't be explained here), it is time to make our first project!


Visual Studio 2019 is used in this tutorial.

  1. Open VS and click on Create a new project. Choose then an Empty Project and click Next.


  • No labels