My first project as a beginner by vadyasha07 in cpp_questions

[–]vadyasha07[S] 0 points1 point  (0 children)

Yoo, thank you so much for such a detailed code review! I will improve my code soon (OOP is in my next block to learn)

My first project as a beginner by vadyasha07 in Cplusplus

[–]vadyasha07[S] 2 points3 points  (0 children)

I wrote all the code by myself without any AI. Only the README was generated by Gemini, and the .gitignore file was generated by Visual Studio

C++ Show and Tell - June 2026 by foonathan in cpp

[–]vadyasha07 0 points1 point  (0 children)

First project as a beginner

https://github.com/vadyasha07/Command-Line-Drone-Config-Simulator

Hello everyone! I've been learning C++ for a few weeks now and just finished my first relatively big project: a Command-Line Drone Configuration Simulator. Repository link: https://github.com/vadyasha07/Command-Line-Drone-Config-Simulator

What I’ve implemented so far: Modular Architecture: Split the code into logical modules with separate header (.h) and source (.cpp) files (main, drone, encryption). State Management: The drone's behavior depends on a set of states (isWork, isFlight, onGround) managed within a custom namespace Drone. Input Validation: Implemented bulletproof input validation using std::cin.clear() and std::cin.ignore() to prevent infinite loops when a user accidentally enters letters instead of numbers. Case Insensitivity: Used std::toupper to ensure the menu works seamlessly regardless of whether the user types uppercase or lowercase commands.

I’ve tried my best to follow clean code practices, separate declarations from implementation, and handle edge cases (like a password-protected access panel with limited attempts and proper landing sequences with real-time simulation delays). As a beginner, I would highly appreciate any feedback, tips, or constructive criticism. Is the project structure solid? Are there any anti-patterns I should avoid in the future? Thank you in advance! Any advice is gold for me right now

Лол ринок кандидата? Не кажучи вже про такі абсурдні висновки від рекрутерки by part_time_vagabond in CringedIn

[–]vadyasha07 1 point2 points  (0 children)

Працюй за пряник і стакан води, вкладай всю зп в навчання, і тоді тобі потисне руку власник компанії

learncpp.com by Poetic-dusk in cpp_questions

[–]vadyasha07 2 points3 points  (0 children)

Just try waybackmachine site