Welcome to my C++ Workshops! 🖥️
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.
- Learn the basics of arithmetic operations in C++.
- Build a Body Mass Index (BMI) calculator to practice calculations.
- Create a simple calculator application for performing basic arithmetic operations.
- Explore casting operators to convert data types in C++.
- Write a program to count the number of digits in an integer.
- Calculate the factorial of a number using functions.
- Learn how to get the ASCII value of a character.
- Develop a fun guessing game program.
- Create an application for managing cooking ingredients.
- Practice inline variable changes and using
cout
for output.
- Write a program to calculate the number of days between two dates.
- Determine whether a number is odd or even.
- Understand the difference between post-increment and pre-increment operators.
- Practice using
do...while
loops in various scenarios.
- Create a program to reverse a given number.
- Get familiar with basic
cout
usage for displaying information.
- Walk through code examples to understand the logic.
- Implement a program to swap the values of two variables.
- Determine the type of triangle based on given side lengths.
- Explore the usage of
while
loops in C++.
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.
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! 🚀