C++ Creating A Project

From TRCCompSci - AQA Computer Science
Jump to: navigation, search

Create C++ Project

In Visual Studio, create a new project. You need to select the 'C++' tab, and then 'Empty Project':

Cpp project.png

Remember, if you are doing this on college machines you must set the location to be on your compiled storage drive.

You will now see the solution explorer, but remember we created an empty project:

Cpp solution explorer.png

Install SFML

In Visual Studio, and Project, select 'Manage Nuget Packages'.

Click the browse tab and type:

'sfml'

Now look for the version numbers, each version has a slightly different name. I have found:

Sfml.png

SFML has 5 different components, so click each one and click install.