Project #2 — Temperature Converter in C++ As part of my learning journey in C++, I built a (console-based Temperature Converter) focused on improving code structure, modularity, and user input handling. This project helped me move further from just writing code to designing cleaner and more maintainable programs. What I Focused On - Using (enum) to represent temperature units clearly   - Structuring data using (struct)  - Writing modular and reusable functions   - Implementing strong input validation   - Improving overall code readability  Features - Convert between:  - Celsius ↔ Fahrenheit    - Celsius ↔ Kelvin    - Fahrenheit ↔ Kelvin   - Clean formatted output   - Continuous conversion loop   - Input validation for better user experience  What I Improved From My Previous Project - Better separation of logic (input / processing / output)   - More consistent function design   - Cleaner flow and user interaction   - Improved handling of invalid inputs  Demo video below GitHub Repository: https://lnkd.in/eQrJH7tq  Next Step Refactoring my projects into (Object-Oriented Programming (OOP)) and building more advanced applications. #cpp #programming #softwaredevelopment #coding #learning #github #beginners #100DaysOfCode #ProgrammingAdvices

To view or add a comment, sign in

Explore content categories