Can you suggest C++ projects?

I recently learned C++ on a whim. I think I’d like to make a cute Sudoku app! Something cute and customizable, and ad free :3

First I need to finish the projects in Codecademy! Right now im looking for inspiration and projects to motivate me to keep studying 💪

Do you have any suggestions for beginner projects in C++?

#girlswhocode #codecademy #cplusplus #codingforbeginners #codingtips

2024/7/29 Edited to

... Read moreC++ is a versatile programming language that offers numerous opportunities for beginners to learn through projects. Some popular beginner-friendly project ideas include: 1. **Sudoku Solver**: Develop a program that can generate and solve Sudoku puzzles. This project will enhance your logic-building and algorithm skills while allowing for creative customization of the game. 2. **Text-Based Adventure Game**: Create a simple text-based game that allows players to navigate through a fictional world. This project helps improve your understanding of control structures and user input handling. 3. **Basic Calculator**: Design a console application that performs basic arithmetic operations. This will introduce you to functions and input/output handling in C++. 4. **Tic-Tac-Toe Game**: Build a two-player Tic-Tac-Toe game on the console. This project will reinforce your understanding of arrays and game logic. 5. **Personal Diary**: Develop a program that lets users enter, edit, and delete diary entries, which can be stored in a file. This is a great way to learn about file handling in C++. 6. **Weather App**: Create a simple command-line application that fetches and displays weather information. You can learn about APIs and data handling in this project. Each of these projects not only enhances your coding skills but also provides a tangible outcome that you can showcase. Embrace the learning process, and remember that every project, big or small, is a step towards becoming a proficient C++ programmer!

13 comments

starlight's images
starlight

i hatee c++, maybe do a simple blackjack game

Byaombe •••'s images
Byaombe •••

Calculator, an admin system, a easy game like tik tac toe

See more(1)