The C++ if and else keywords are what enable you to make decisions. You have already seen them in action in the previous section when you detected, in each frame, whether the player had pressed the Esc key.
- [Presenter] This is the fifth video of this section,…Making Decisions with if and else;…in the previous video, we looked at random numbers;…in this video, we're going to take a look…at logical operators, and C++ if and else.…The C++ if and else keywords are what enable us…to make decisions; actually, we have already seen…if in action, in the previous section when we detected…in each frame whether the player had pressed the escape key.…
So far, we have seen how we can use arithmetic…and assignment operators to create expressions;…now we can receive some new operators.…Logical operators are going to help us make decisions…by building expressions that can be tested for a value…of either true or false; at first, this might seem…like quite a narrow choice, and insufficient…for the kind of choices that might be needed…in an advanced PC game.…Once we dig a little deeper, we will see…that we can actually make all the required decisions…we will need, with just a few logical operators;…here is a table of the most useful logical 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
Related Courses
-
C++ Essential Training
with Bill Weinman7h 48m Intermediate -
Learning C++
with Peggy Fisher2h 36m Beginner -
Code Clinic: C++
with Bill Weinman2h 4m Intermediate
-
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: Making decisions with if and else