C++ simple GUI app - Reminder app in 15 min (Step-by-Step)

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • In this tutorial, I'll show you how to create a simple reminder app using C++. This tutorial is perfect for beginners looking to improve their programming skills and create a useful app.
    📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
    C++ Lambdas e-book - free download here: bit.ly/freeCpp...
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObj...
    🚀📈💻🔥 My Practical Programming Course: www.codebeauty...
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.
    Download Visual Assist here: bit.ly/WT-CB
    I use it to enhance the performance, features, and support for C, C#, and C++ development in Visual Studio.
    Download Ultra Edit here: bit.ly/UE_CB
    It is a powerful, secure text editor designed specifically for programmers.
    Download C++Builder here: bit.ly/CppBuil...
    ☕ If you've found my content helpful and would like to support me, you now have the option to buy me a coffee or a cookie! It's a small gesture of gratitude that means a lot to me and helps me keep creating free educational videos for you. You can use the link below to make a contribution: bit.ly/CodeBea...
    However, please don't feel obligated to do so. I appreciate every one of you, and I will continue to share valuable content with you regardless of whether you choose to support me in this way. Thank you for being part of the Code Beauty community! ❤️😇
    Add me on other platforms for more educational content:
    Instagram 📸 - / truecodebeauty
    Twitter 🐦- / truecodebeauty
  • Наука та технологія

КОМЕНТАРІ • 32

  • @CodeBeauty
    @CodeBeauty  Рік тому +11

    📚 Learn how to solve problems and build projects with these Free E-Books ⬇
    C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
    🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.

  • @alawhie
    @alawhie Рік тому +5

    Thanks so much for your tuts 🙂 I'm A 3rd Year CompSci Student and you've been a real lifesaver for my programming modules. You present in a manner that is so easy to understand. Warmest Regards 🇿🇦

  • @lakshyasharma7448
    @lakshyasharma7448 Рік тому +7

    Can you make some C++ projects using QT? C++ builder is not available for MacOS

  • @naderhumood1199
    @naderhumood1199 Рік тому +3

    That a value class. Thank you very much indeed.

  • @deadbird99
    @deadbird99 Рік тому +6

    That would be awesome if you used industry standard Qt to do that. Qt is cross platform too.

  • @othmanghandour3445
    @othmanghandour3445 Рік тому +3

    thank you for your great effort . May I ask if there is any chance that your new course will be published on udemy ?

  • @elionselko952
    @elionselko952 Рік тому +1

    This would even more awesome if you could show how to hard-code the buttons and the display as well.

  • @Feeble_cursed_one
    @Feeble_cursed_one Рік тому

    Wow an actual reliable notification app

  • @michelchaghoury9629
    @michelchaghoury9629 Рік тому

    waiting for Google Test and Cmake. thank you for the content

  • @bachirdrao5174
    @bachirdrao5174 Рік тому

    I really love your content its the best to understand programming in C++. I have just noticed that sometimes your voice is overdriven. I will recommend you to buy a XLR Microfon like the Behringer Ultravoice XM8500 for 25 Dollars and the Behringer XENYX 302USB for 50 Dollars and you will have a better voice quality.👍👍

  • @asdasdaa7063
    @asdasdaa7063 Рік тому

    please make more C++ builder tutorials!

  • @khireddine.bouferah
    @khireddine.bouferah Рік тому

    thanks

  • @فيصلالبابا
    @فيصلالبابا Рік тому

    please can you talk about Splitting class in separated files
    this is a good idea for video
    please also upload the video of the copy constructor
    i always watch your channel you are one of the best people that i watch in programming field
    at the end i like to say thank you for you videos

  • @Geoffroxx
    @Geoffroxx 10 місяців тому

    " double remainingTimeInMilliseconds =
    static_cast(remainingTime) * MillisecondsPerDay;" How is MilliscondsPerDay; undecalared?

  • @bredsj
    @bredsj Рік тому

    Thanks for the great video, I love your style. What is the alternative to C++bulder that can be used on Linux (Ubuntu) operating system?

  • @cyberpunk_program
    @cyberpunk_program Рік тому

    Thanks brazil❤

  • @codingcompetitiveprogrammi6118

    can you make video about leetcode competitive programming using c++

  • @iliatatarashvili2669
    @iliatatarashvili2669 Рік тому +1

    Cannot find TTimeEdit/TDateEdit in palette (tried to search for it in 'additional ' section, but couldn't find). What could be the solution?

  • @mrganmrgan6465
    @mrganmrgan6465 Рік тому

    1. static_cast(remainingTime) * MillisecondsPerDay;
    Da li u ovome redu variable remainingTime i MillisecondsPerDay se prvo mnoze pa se onda pretvaraju u double vrijednost (da li je to tocno ili ne po logici iz razloga sto se ne mogu mnoziti dvije razlicite vrijednosti ili mozda postoji neko drugo objasnjenje )?
    2.ReminderTimer->Interval = remainingTimeInMilliseconds;
    ako je vrijednost ReminderTimer-a zapisana u vrijednosti int a remainingTimeInMilliseconds je zapisana u vrijednosti double sto znaci da te dcije vrijednosti nisu istog tipa na koji nacin i po kojoj llogici ih program usporeduje da li se jedna vrijednost pretvara u drugu da bi se mogle usporediti te dvije razlicite vtijednosti i ako je tako koji dio programa to obavlja?
    hvala ;)

  • @GreyKlouds
    @GreyKlouds Рік тому

    Could this same app be done in Visual studio as well?

  • @Geoffroxx
    @Geoffroxx 10 місяців тому

    The Code is broken

  • @omerhusen906
    @omerhusen906 Рік тому +1

    ❤❤

  • @A2000s_kid
    @A2000s_kid Рік тому

    i love you beauty !!! ❤❤

  • @maqsoodahmad-vx8jl
    @maqsoodahmad-vx8jl Рік тому +1

    Mam please mam I'm your student in a month once come live to solve our question mam please

  • @Joe-yv6zj
    @Joe-yv6zj Рік тому

    .maybe build a physic engine next.

  • @Geoffroxx
    @Geoffroxx 10 місяців тому

    MillisecondsPerDay still comes up as undeclared why is that? here is the code I entered for the Set Reminder button
    TDate reminderDate = ReminderDate->Date;
    TTime reminderTime = ReminderTime->Time;
    TDateTime reminderDateTime = ReminderDate + ReminderTime;
    TDateTime remainingTime = reminderDateTime Now();
    double remainingTimeinMilliseconds =
    static_cast(remainingTime) * MiilisecondsPerDay;
    ReminderTimer->Interval =remainingTimeInMilliseconds;
    ReminderTimer->Enabled =true; is there something wrong with it?