At this point, you know exactly what variables are, the main types, and how to declare and initialize them. But you still can't do many operations with them. You need to manipulate our variables, add them, take them away, multiply, divide, and test them.
- [John] Hi, this is video Manipulating Variables.…In the previous video, we looked at C++ variables.…In this video, we are going to take a look at…C++ arithmetic and assignment operators…and getting things done with expressions.…At this point we know exactly what variables are,…the main types, and how to declare and initialize them,…but we still can't do that much with them.…We need to manipulate our variables, add them,…take them away, multiply, divide, and test them.…First we will deal with how we can manipulate them,…and later we will look at how and why we test them.…
C++ arithmetic and assignment operators.…In order to manipulate variables,…C++ has a range of arithmetic operators…and assignment operators.…Most arithmetic and assignment operators…are quite intuitive to use,…and those that aren't are quite easy to explain.…To get started, let's look at a table…of arithmetic operators followed by a table…of assignment operators that we will regularly use…throughout this course.…These are arithmetic operators,…
Author
Released
12/4/2017This course was created and produced by Packt Publishing. We are honored to host this training in our library.
- Creating the main game loop
- Drawing the game background
- Handling errors
- Manipulating C++ variables
- Randomizing numbers
- Making decisions with if, else, and switch
- Moving game objects
- Pausing and restarting games
- Adding scoring and messages
- Looping
- Using class enumerations and arrays
- Adding sound effects
- Object-oriented programming in C++
- C++ references
- Pointers
- Texture management
- Collision detection
- Implementing the HUD
- Finishing the game
Skill Level Beginner
Duration
Views
-
1. C++, SFML, Visual Studio, and Starting the First Game
-
The course overview4m 25s
-
The games, C++, and SFML4m 22s
-
Starting to code the game8m 38s
-
Opening a window using SFML5m 26s
-
The main game loop4m 31s
-
Drawing the game background3m 35s
-
Handling errors3m 25s
-
-
2. Variables, Operators, and Decisions
-
C++ variables6m 1s
-
Manipulating variables3m 3s
-
Random numbers3m 22s
-
Timing4m 13s
-
-
3. C++ Strings, SFML Time, Player Input, and HUD
-
Adding a score and a message6m 34s
-
Adding a time bar6m 7s
-
4. Loops, Arrays, Switch, Enumerations, and Functions
-
Loops5m 3s
-
Arrays4m 5s
-
Making decisions with switch1m 48s
-
Class enumerations2m 13s
-
Getting started with functions10m 35s
-
Growing the branches8m 7s
-
-
5. Collisions, Sound, and End Conditions
-
Handling the player's input8m 46s
-
Handling death1m 49s
-
Simple sound FX3m 46s
-
6. Object-Oriented Programming, Classes, and SFML Views
-
Object-oriented programming16m 21s
-
Building player: The first class21m 28s
-
Managing the code files1m 45s
-
7. C ++ References, Sprite Sheets, and Vertex Arrays
-
C++ references6m 37s
-
Using the background2m 43s
-
-
8. Pointers, the Standard Template Library, and Texture Management
-
Working with pointers8m 31s
-
The TextureHolder class5m 57s
-
Building a horde of zombies10m 13s
-
9. Collision Detection, Pickups, and Bullets
-
Coding the bullet class11m 2s
-
Making the bullets fly7m 50s
-
Coding a class for pickups11m 56s
-
Using the pickup class3m 2s
-
Detecting collisions8m 12s
-
-
10. Layering Views and Implementing the HUD
-
Updating the HUD each frame3m 24s
-
11. Sound Effects, File I/O, and Finishing the Game
-
Preparing sound effects1m 32s
-
Leveling up2m 40s
-
Restarting the game1m 4s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Manipulating variables