C++ Creating A Project

From TRCCompSci - AQA Computer Science
Revision as of 10:10, 20 June 2019 by Admin (talk | contribs) (Created page with "==Create C++ Project== In Visual Studio, create a new project. You need to select the 'C++' tab, and then 'Empty Project': File:Cpp project.png You will now see the solu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.