C++ Basics

From TRCCompSci - AQA Computer Science
Revision as of 13:06, 14 June 2019 by Admin (talk | contribs) (SFML)
Jump to: navigation, search

About C++

Introduction

Libraries

Basic Skills

Hello World

C++ Syntax

SFML

SFML is a framework that uses C++, this is the most sensible way of creating a game in C++. Otherwise you will have to code every aspect of your game, including the mundane tasks such as listening for key presses or drawing a Sprite to the screen.

SFML website

Tutorials

C++ Drawing to the screen

C++ Input & Movement

C++ Creating & Drawing a Map