C++ Tutorials: Conditionals and Scope

In this C++ Tutorial we’ll take a look at how to use conditionals (IF statements) to allow our code to do different things based upon conditions that we setup. For example, displaying a different bit of information based on a value entered by the user.

📂 Grab the full project ➠ https://github.com/GameDevEducation/CPlusPlus_ConditionalsAndScope

2 views