Тёмный

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

Подписаться
Просмотров 22 тыс.
% 548

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/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.
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/CppBuilderFree
☕ 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/CodeBeauty_BuyMeACoffee
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

Наука

Опубликовано:

 

5 апр 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@CodeBeauty
@CodeBeauty Год назад
📚 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 Год назад
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 🇿🇦
@naderhumood1199
@naderhumood1199 Год назад
That a value class. Thank you very much indeed.
@lakshyasharma7448
@lakshyasharma7448 Год назад
Can you make some C++ projects using QT? C++ builder is not available for MacOS
@elionselko952
@elionselko952 Год назад
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
@othmanghandour3445
@othmanghandour3445 Год назад
thank you for your great effort . May I ask if there is any chance that your new course will be published on udemy ?
@khireddine.bouferah
@khireddine.bouferah Год назад
thanks
@michelchaghoury9629
@michelchaghoury9629 Год назад
waiting for Google Test and Cmake. thank you for the content
@deadbird99
@deadbird99 Год назад
That would be awesome if you used industry standard Qt to do that. Qt is cross platform too.
@abhishekrawat8074
@abhishekrawat8074 10 месяцев назад
Is it free to use??
@deadbird99
@deadbird99 10 месяцев назад
@@abhishekrawat8074 yes
@cyberpunk_program
@cyberpunk_program Год назад
Thanks brazil❤
@asdasdaa7063
@asdasdaa7063 Год назад
please make more C++ builder tutorials!
@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?
@user-fy7ev9cf5n
@user-fy7ev9cf5n Год назад
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
@GreyKlouds
@GreyKlouds Год назад
Could this same app be done in Visual studio as well?
@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.👍👍
@iliatatarashvili2669
@iliatatarashvili2669 Год назад
Cannot find TTimeEdit/TDateEdit in palette (tried to search for it in 'additional ' section, but couldn't find). What could be the solution?
@zinhlewenkosibridgettejiyane
TDateTimePicker and TTimePicker
@omerhusen906
@omerhusen906 Год назад
❤❤
@CodeBeauty
@CodeBeauty Год назад
❤️🥰🚀✨️
@A2000s_kid
@A2000s_kid Год назад
i love you beauty !!! ❤❤
@Geoffroxx
@Geoffroxx 7 месяцев назад
" double remainingTimeInMilliseconds = static_cast(remainingTime) * MillisecondsPerDay;" How is MilliscondsPerDay; undecalared?
@codingcompetitiveprogrammi6118
can you make video about leetcode competitive programming using c++
@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 ;)
@maqsoodahmad-vx8jl
@maqsoodahmad-vx8jl Год назад
Mam please mam I'm your student in a month once come live to solve our question mam please
@Geoffroxx
@Geoffroxx 7 месяцев назад
The Code is broken
@Joe-yv6zj
@Joe-yv6zj Год назад
.maybe build a physic engine next.
@Geoffroxx
@Geoffroxx 7 месяцев назад
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?