Your first C++ CRUD app (DB + UI)
41:33
Пікірлер
@Farzadx-65
@Farzadx-65 Сағат бұрын
@naderhumood1199
@naderhumood1199 2 сағат бұрын
Gorgeous girl
@gigsnicky
@gigsnicky 5 сағат бұрын
Those cats are lucky hope my koala was lucky too 🤧
@jandeslandes2638
@jandeslandes2638 9 сағат бұрын
hi, thank you very much for this tutorial. Pay attention because your number and your email are given at 2:30 of the video.
@noobEngineer15
@noobEngineer15 10 сағат бұрын
Hi miss Saldina, I am now in marathon on your C++ Tutorials. If you have time can you make video tutorial on how to make macros. Thank you in advance
@idongarchie6632
@idongarchie6632 13 сағат бұрын
help please. I m using Visual Studio. I notice that when i create a new solution and want to build, it still build the former solution I was working on. Any help how to build to properly select the correct solution to compile an build?
@Tawny1919
@Tawny1919 17 сағат бұрын
You are amazing! Thank you for taking the time to explain everything so well, and in such an easy to understand way. And thank you for having a calming voice rather than the classic loud KZbinr voice, makes learning less stressful ^^
@hellothere-cx8dz
@hellothere-cx8dz 21 сағат бұрын
sorry to bother, but I have a question about operator+ vs operator+=. Is it more efficient to, with example parameters inp1 and inp2: return inp1 + inp2; or have a temporary, temp, in which you copy inp1 to temp, and then perform temp += inp2; i wondered why i found that in the cpp std::complex headers they prefer the second method and if it is worth to change the code. 😀
@locngothis
@locngothis Күн бұрын
new => wheww
@trlavalley9909
@trlavalley9909 Күн бұрын
string stext ="Saldina is a babe"
@CodeBeauty
@CodeBeauty Күн бұрын
🤭🫠🫣🥰
@ATAG-yn5pd
@ATAG-yn5pd Күн бұрын
int k = 1000; ytSubscribers = 276*k
@CodeBeauty
@CodeBeauty Күн бұрын
🚀✨️
@idongarchie6632
@idongarchie6632 Күн бұрын
I need some help. It take long for my code to build with Visual Studio and this is somewhat affecting my learning. Could there be a way out of it? anything I am not doing well or didnt activate? I also heard of some light weight tools like VIM and VS Code but comments suggests it needs some extra work before its used for C++. Please anyone should kindly help out
@idongarchie6632
@idongarchie6632 Күн бұрын
I need some help. It take long for my code to build with Visual Studio and this is somewhat affecting my learning. Could there be a way out of it? anything I am not doing well or didnt activate? I also heard of some light weight tools like VIM and VS Code but comments suggests it needs some extra work before its used for C++. Please anyone should kindly help out
@enesaytekin5827
@enesaytekin5827 Күн бұрын
Hi Saldina, Thank youuu :) #include <iostream> using namespace std; struct Competition { string text; string options[3]; }; void printQuestion(Competition c) { cout << c.text << endl; for(int i=0; i<3; i++) { cout << i+1 << " - "<< c.options[i] << endl; } } int main() { Competition q1 {"What is the smallest country?",{"USA", "Turkey", "Vatican City"}}; Competition q2 {"What is the biggest animal in the world", {"Elephang", "Blue whale", "Great white shark"}}; Competition q3 {"How many elements are there in the periodic table", {"118 elements","119 elements", "120 elements" }}; Competition q4 {"Which planet is known as the Red Planet?", {"Earth", "Mars", "Jupiter"}}; Competition q5 {"What is the chemical symbol for water?", {"O2", "H2O", "CO2"}}; int total{0}; int inputKeyboard; int answerList[] {3,2,1,2,2}; Competition questions[] = {q1, q2, q3, q4, q5}; for(int i=0; i< 5; i++) { printQuestion(questions[i]); cout << "What is your question : "; cin>> inputKeyboard; if(inputKeyboard ==answerList[i]) { total++; cout<< "Correct! your score:"<< total << " "<< endl; } else { cout << "Wrong "<< endl; } } cout << "Your total score is: " << total<< endl; return 0; }
@mazenas3443
@mazenas3443 Күн бұрын
U R the Best C# Trainer on KZbin Aphrodite, All Respect and Love for U
@CodeBeauty
@CodeBeauty 22 сағат бұрын
Thanks, I am sending much love to you ❤️
@GSD549
@GSD549 Күн бұрын
Saldina, i can't see you properly. Can you fill up all up to the top
@CodeBeauty
@CodeBeauty 22 сағат бұрын
Then you won't see the Solution Explorer 😁
@Selinzik_CEO
@Selinzik_CEO Күн бұрын
The song is called "Paradise by Lil Uzi Vert"....Please listen to it when you're driving and there's a sunset.
@rowansteve-ng3fs
@rowansteve-ng3fs Күн бұрын
I just started teaching myself last month,,,for sure this is the best channel.and I love my teacher Saldina for creating variety of c++ videos which are changing my coding abilities💯💯,,,keep doing more videos for c++ and real world programming videos🎉🎉🎉,,, thank you so much Saldina🙏🙏
@truecodeface
@truecodeface Күн бұрын
Dear Saldina ,Any update about my application that i have sent you already ???
@naderhumood1199
@naderhumood1199 Күн бұрын
V smart girl and gorgeous.❤......
@cafepelecrew6551
@cafepelecrew6551 Күн бұрын
deadlock?
@mohammedrezk8072
@mohammedrezk8072 Күн бұрын
it's hot out here .
@CodeBeauty
@CodeBeauty Күн бұрын
🥵
@G_.G_.G
@G_.G_.G 2 күн бұрын
can you please tell me, learning this coding is reliable in 2024? From Nepal.
@CodeBeauty
@CodeBeauty Күн бұрын
Yes, of course, and if you want something more recent, then you can check out my "C# for beginners" playlist 🥰
@simplyb1178
@simplyb1178 2 күн бұрын
Thank you so much, you made me love cpp
@CodeBeauty
@CodeBeauty Күн бұрын
I'm happy to hear that. Thank you 🥰❤️
@Messi20200
@Messi20200 2 күн бұрын
In llne 50 at 26:58, where we have p.smartphone, is the "smartphone" the object we created earlier or the struct? Coz I am so confused when we did the assignment of it.
@gerogiousboob
@gerogiousboob 2 күн бұрын
Been watching you from your online first few videos. I appreciate you. ou have came a long way. Love your candid reply all these questions. That Only Fans and Boob jokes caught me off guard ,but, I should have remembered your humor.
@awaismushtaq5719
@awaismushtaq5719 2 күн бұрын
Jeez! It is like attending a kindergarten class but purposed for programming.
@CodeBeauty
@CodeBeauty Күн бұрын
Step by step, from beginner to expert 😁
@CodeBeauty
@CodeBeauty Күн бұрын
We're not skipping anything important here 😊
@wilgarcia1
@wilgarcia1 2 күн бұрын
cats are wonderful =)
@CodeBeauty
@CodeBeauty Күн бұрын
😻😻
@TheOriginalJoeBloggs
@TheOriginalJoeBloggs 2 күн бұрын
4
@CodeBeauty
@CodeBeauty Күн бұрын
You understand it well 🥰
@codeoasis1180
@codeoasis1180 2 күн бұрын
great explanations saldina, you are born to be teacher 👍👍
@CodeBeauty
@CodeBeauty Күн бұрын
Wow, thank you 🥰
@gollygobih6527
@gollygobih6527 2 күн бұрын
excelent <3
@CodeBeauty
@CodeBeauty Күн бұрын
🥰
@CodeBeauty
@CodeBeauty Күн бұрын
❤️
@hazarder-nj9lw
@hazarder-nj9lw 2 күн бұрын
best c# teacher on youtube
@lulu_barcelonalulu_barcelona
@lulu_barcelonalulu_barcelona 2 күн бұрын
you are lovely and your videos are the best <3
@CodeBeauty
@CodeBeauty Күн бұрын
Thank you so much!!
@user-sw8bq1rk9c
@user-sw8bq1rk9c 2 күн бұрын
perfect, just what i needed, thx
@CodeBeauty
@CodeBeauty Күн бұрын
Glad it helped!
@robi23robi23
@robi23robi23 2 күн бұрын
👍👍👍
@CodeBeauty
@CodeBeauty Күн бұрын
🥰🥰🥰
@sensubean633
@sensubean633 2 күн бұрын
welcome back..we were missing your videos :D
@CodeBeauty
@CodeBeauty Күн бұрын
Hey, thanks! 🥰
@hilgicamala2520
@hilgicamala2520 2 күн бұрын
great explanation..please make videos more often <3
@CodeBeauty
@CodeBeauty Күн бұрын
Thank you, I will
@milkamilkica1935
@milkamilkica1935 2 күн бұрын
good one as always..ty Saldina
@CodeBeauty
@CodeBeauty Күн бұрын
🥰
@CodeBeauty
@CodeBeauty 2 күн бұрын
🚀📈💻🔥 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!💰Use this coupon to save 10% (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time. 📚 Learn programming 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
@chenuka223
@chenuka223 2 күн бұрын
Only fans for coders
@CodeBeauty
@CodeBeauty Күн бұрын
Spare me
@TheodorusAtheist-sx1un
@TheodorusAtheist-sx1un 2 күн бұрын
Gosh this girl is cute. Oh thank you for that useful knowledge, teacher!
@CodeBeauty
@CodeBeauty 2 күн бұрын
🥰
@MrXSharing_is_caring
@MrXSharing_is_caring 2 күн бұрын
how to modify the button after a file is finish like the button says download but once the download is finish it will change to open file? Help T^T
@siddharthranjan-zh5gx
@siddharthranjan-zh5gx 3 күн бұрын
#include <bits/stdc++.h> using namespace std; class youtubechannel { private: string name; string ownername; int subscribercount; list<string> playlists; public: youtubechannel() { // Default constructor } youtubechannel(string name, string ownername) { this->name = name; this->ownername = ownername; subscribercount = 0; } // Set methods void setName(string name) { this->name = name; } void setOwnerName(string ownername) { this->ownername = ownername; } // Get methods string getName() { return name; } string getOwnerName() { return ownername; } void subscribe() { subscribercount++; } void unsubscribe() { subscribercount--; } void addPlaylist(string playlist) { playlists.push_back(playlist); } void getinfo() { cout << "Name: " << name << endl; cout << "Owner Name: " << ownername << endl; cout << "Subscriber Count: " << subscribercount << endl; cout << "Videos:" << endl; for (string videoTitle : playlists) { cout << videoTitle << endl; } } }; int main() { youtubechannel yt1("codebeauty", "saldina"); // Use set methods to update the name and owner name yt1.setName("CodeBeauty"); yt1.setOwnerName("Saldina"); yt1.addPlaylist("C++ for Beginners"); yt1.addPlaylist("HTML & CSS for Beginners"); yt1.addPlaylist("C++ OOPs"); yt1.subscribe(); yt1.subscribe(); yt1.subscribe(); // Use get methods to retrieve the name and owner name cout << "Channel Name: " << yt1.getName() << endl; cout << "Owner Name: " << yt1.getOwnerName() << endl; yt1.getinfo(); return 0; }
@Candy-uo8sv
@Candy-uo8sv 3 күн бұрын
what if i want each line to be assigned to a different variable? for exapmle i have a file like this 230 abc 567 and i want to read it and make string a = 230, string b = abc, and string c = 567
@yash9725
@yash9725 3 күн бұрын
understood! thanks for the video!
@trump1678
@trump1678 3 күн бұрын
Good
@CodeBeauty
@CodeBeauty 3 күн бұрын
🥰
@shamim1465
@shamim1465 3 күн бұрын
we can use one more for loop for this prblm
@shamim1465
@shamim1465 3 күн бұрын
The prblm is I have to write monthArray 12 time
@dhanamunuswamy
@dhanamunuswamy 4 күн бұрын
mam is these things are basics for learning c++🙂🙂