Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 2.65 KB

README.md

File metadata and controls

77 lines (49 loc) · 2.65 KB

C++ Workshop Readme

Welcome to my C++ Workshops! 🖥️

Introduction

This workshop is designed to provide you with my very own hands-on experience in C++ programming. Workshops I've done when I was just starting my journey looking to expand my skills, with the hope that these topics and procedures will help me build a strong foundation in C++ programming.

Workshop Topics

1. Arithmetic

  • Learn the basics of arithmetic operations in C++.

2. BMI Calculator

  • Build a Body Mass Index (BMI) calculator to practice calculations.

3. Calculator App

  • Create a simple calculator application for performing basic arithmetic operations.

4. Casting Operators

  • Explore casting operators to convert data types in C++.

5. DigitsCounter

  • Write a program to count the number of digits in an integer.

6. Factorial

  • Calculate the factorial of a number using functions.

7. Getting the ASCII

  • Learn how to get the ASCII value of a character.

8. Guessing Game

  • Develop a fun guessing game program.

9. IngredientApp

  • Create an application for managing cooking ingredients.

10. Inline Variable Changes Cout

  • Practice inline variable changes and using cout for output.

11. Number of Days Program

  • Write a program to calculate the number of days between two dates.

12. Odd or Even

  • Determine whether a number is odd or even.

13. Post & Pre

  • Understand the difference between post-increment and pre-increment operators.

14. Practicing doWhileLoops

  • Practice using do...while loops in various scenarios.

15. Reversing Number

  • Create a program to reverse a given number.

16. Simple Cout

  • Get familiar with basic cout usage for displaying information.

17. Simple Walkthrough Practice

  • Walk through code examples to understand the logic.

18. Swapping Values

  • Implement a program to swap the values of two variables.

19. Type of Triangle

  • Determine the type of triangle based on given side lengths.

20. While Loop

  • Explore the usage of while loops in C++.

My Journey

My very first experience with programming began six months ago while I was working as a Shipping Supervisor. I embarked on a journey to learn all I could about computer programming. This workshop represents the groundwork that ultimately led me to decide to study programming at Seneca College. The knowledge gained here has been invaluable in shaping my programming skills.

Let's Get Started!

Feel free to explore these topics and procedures at your own pace. This workshop is designed to help you learn, practice, and master C++ programming. Happy coding! 🚀