📚 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.
@honoredcodes Жыл бұрын
I've tried to find your profile on instagram but I couldn't find it. Could you please help me with the handle?
@Studbud-jl7ho Жыл бұрын
Can You teach me how to make a game?
@phoebewell36534 жыл бұрын
i've started learning c++ with your videos, please keep posting :)
@CodeBeauty4 жыл бұрын
There is a lot of videos coming, stay tuned :)
@ahmedreda86764 жыл бұрын
i've seen this casting operator when we play around the keyword const in pointer and member functions but didn't hear from the instructor any explaination about it your analogy of teaching is amazing u go in details in such manner bravo helpful content hope you continue the serie .
@CodeBeauty4 жыл бұрын
Thank you so much, I will. I'm glad that you find my videos useful :)
@chikamsookeru14233 жыл бұрын
You make C++ look like python, THANKS FOR SUCH A BREAKDOWN OF DIFFICULT CONCEPTS
@omarmostafa42843 жыл бұрын
thank you ,i have studied c++ in college but you increase my information by giving me anew thing so i learing from you so thank you
@williamzz7374 жыл бұрын
I am a software engineering studnt, and I watch your videos so great. keep going
@CodeBeauty4 жыл бұрын
That is awesome! 🤗🥰
@dan055554 жыл бұрын
from now on you're now my teacher,professor and code instructor thankyou for making this kind of video *heartemoji*
@CodeBeauty4 жыл бұрын
Dannerick Pallorina, it's my pleasure. :)
@cesarmejia5513 Жыл бұрын
I want to thank you for taking time away from your day to help others learn C++, you are the BEST. Cheers from So Cal.
@skilztutorials71362 жыл бұрын
I really enjoy how you code, I've been learning c++ from some mobile apps but this is the first time I've understood what ASCII is
@sLeeepyMeee4 жыл бұрын
you are amazing teacher/mentor ! #include using namespace std; int main() { char c1, c2, c3, c4, c5; cout > c1 >> c2 >> c3 >> c4 >> c5; cout
@munishsarker98108 ай бұрын
i just got into uni and your videos are helping me a lot to learn c++.thanks for the work maam.
@georgefratila67734 жыл бұрын
Obviously, you need to teach us all .. beginners or advanced .. I am all years when I listen to you. Your methods go beyond .. Please do that until the end of C++ or any computer language you know !!
@christosioannou9990Ай бұрын
I am revisiting your superb tutorials! They are the best on KZbin! Thank you Saldina 😊
@othmanalghandour73013 жыл бұрын
I saw a lot of videos that explain c++ which was so hard to understand but you are excellent teacher thank you !!!
@christophbottger28169 ай бұрын
Hi Saldina, this is my solution for deciphering the ASCII numbers into letters...and NO, I didn't look in the comments before! :) Yo`re doing a great job, really! Your way of explaining is great! #include using namespace std; int main() { int c1, c2, c3, c4, c5; cout c1 >> c2 >> c3 >> c4 >> c5; cout
@barryfinn25383 жыл бұрын
#include using namespace std; // instead of typing a new line for each char variable it can be written as line 13 // each one must be separated by a comma // ASCII uses 128 characters (enough for alphabet, numerics and special characters) int main() { repeatme: // allows program to reset from this point // change letter to ASCII char c1, c2, c3, c4, c5; // defines what each variable is cout > c1 >> c2 >> c3 >> c4 >> c5; // all 5 variables in a single line cout
@kayset90893 жыл бұрын
says errors for me while decyphering
@prianshu_332 жыл бұрын
it didn't worked
@dsrishidev20092 жыл бұрын
@Nikhil sharma brother search for ASCII table and read you will find answer for getting symbols...
@dsrishidev20092 жыл бұрын
@@prianshu_33 It works bro
@benedictcherlet85832 жыл бұрын
why does my code goes like this Output: Enter 5 numbers: 12345 (i enter the numbers and everything before works fine but the numbers do not work but letters do) abcde ASCII Message: 9%
@edwardcating4 жыл бұрын
Saldina - I have just discovered your channel and will work through all of your lessons. By the end of the 3rd video, I was sold! I'm a mechanical engineer by training, and am embarking on a project that will connect industry standard databases to a GUI which will take user input along with look up data and generate output based on the result of calculations. The process I will be working on must be recursive and iterative in order to be accurate. Eventually, I hope to figure out how to extract some of the inputs I require from CAD drawings, so that some, most, or all of the required calculations are automated. My point in describing this project is that I have been searching many online classes/courses for the information about C++ ( and Python, and SQL, and, and, and...) that I believe I'll need to successfully complete the project. Yours is the first series of instruction that I have settled on to bring me from the beginner level to a point where I can begin to develop fluency in C++. Thank you for your lectures and succinct examples!
@nilsondelourenco18833 жыл бұрын
This channel is really awesome! Congratulations! Really, I never thought I would understand C++ and, thanks to you, now I do! THANK YOU! You're the best! =)
@zahidsherkhan27314 жыл бұрын
Your way of teaching i love it.it is relaxing and not boring.by the way nice glasses
@CodeBeauty4 жыл бұрын
Thanks 🤓
@zahidsherkhan27314 жыл бұрын
@@CodeBeauty 😂😂
@yummy95542 жыл бұрын
I don't usually watch ads but when I do it's when I really like the video ^^ not sure how ads work but am think that it helps the channel so am do it :)
@anni21653 жыл бұрын
Thanks a lot, teacher. I had successfully done the practice, yeah! #include using namespace std; int main() { //Change letters to ACSII char a1,a2,a3,a4,a5; cout a1 >> a2 >> a3 >> a4 >> a5; cout
@vitofinazzo1953 жыл бұрын
Holy Crap I Did it: You're very patient and 83,109,97,114,116
@traianbadea73894 жыл бұрын
Thank you for your tutorial is very easy to understand the C ++ and the ASCII in particular.
@celestiaaldreaams4 жыл бұрын
learning c++ for my next class, thank you for such helpful videos so i can get a head start!!! :)
@CodeBeauty4 жыл бұрын
That is awesome, good luck! ☺️
@ashah1231233 жыл бұрын
Already seen first two interesting videos. This one is also amazing like first two.
@soldiers4christ495 Жыл бұрын
Thank you sooooo much for your content its amazing!!!!!!!!!!!!!!
@CodeBeauty Жыл бұрын
🥰
@michaelanietiejackson57953 жыл бұрын
Your videos are educating and simple to comprehend. Thanks. Please keep on posting. I'm learning from you.
@eyesplash2 жыл бұрын
Not sure if this was the requirement but I reconverted the ASCII back to letters in the code. Just in case it wasn't, I did the "enter 5 numbers" below it... #include using namespace std; int main() { char c1, c2, c3, c4, c5; cout > c1 >> c2 >> c3 >> c4 >> c5; cout
@melihagadara99994 жыл бұрын
Great explanation !
@CodeBeauty4 жыл бұрын
Thanks Mely! Allways big support
@cww25014 жыл бұрын
Thank you for posting , this is great practice!
@IAmIshanSaxena4 жыл бұрын
Thanks Miss Saldina You are great.... C++ is very interesting...
@CodeBeauty4 жыл бұрын
Take it easy, don't stress over it so that you don't burn out, but be consistent. Chip at it a little bit every day, and it'll stay interesting, but over time you'll learn a lot. 😊
@IAmIshanSaxena4 жыл бұрын
@@CodeBeauty yeah you are right....
@agraham49864 жыл бұрын
thanks for the help ! It really saves me , I'm trying to create a cpp program so I've think of a program that alters your word into 7th acsii character and I'm still on a five word part and I wanted it to be like "any word of any length and even if it's a full sentence will convert it all to a 7th ascii character" in the results. I wish you could help me more on this part, here's my code: #include #include using namespace std; int main(){ int x=7; char ch1,ch2,ch3,ch4,ch5; cout ch1>>ch2>>ch3>>ch4>>ch5; cout
@1herrence3 жыл бұрын
Hi and thank you for the excellent introduction to C++ for a total beginner like me :) I've managed to do the same as Fraener and also added the arithmetic, to make it harder to know which character the number indicates on the table. I got three questions though: 1) Putting the arithmetic after each variable "hardcoded" seems impractical, if I at some point want to change the basis for the encryption. Should I use a function or a variable to store it in? My guess from your guides would be a function, but I can't get it to work :/ 2) I can't seem to solve how to upgrade the program, so it can handle multiple words/sentences. I tried googling after functions that allowed me to register both characters and white space. I figured I also needed to to have a variable, that allowed the user to input a string of characters. But I couldn't get it to work. Can anyone give me some pointers as to what I should be looking for? Without giving away the whole answer first? :) 3) Should I watch the videos on pointers and other concepts before I continue the videos for beginners? Or first after?
@grayfoxtrots3 жыл бұрын
Number three down :) and are there books listing each “alphabet” of source languages being used? Any books you could suggest? Possibly by email?
@McconneIIRet4 жыл бұрын
So char = characters, int = integers? And float = decimal numbers?
@harun79094 жыл бұрын
Volim te kompajlera mi ❤
@CodeBeauty4 жыл бұрын
hahahah, that's a good joke! :D
@EMSV664 жыл бұрын
Great course! What book would you suggest to a scientist new to C++ but who understands how to design algorithms. Thanks in advance!
@THORNORDLAND3 жыл бұрын
Hello nice tutorial, i have qestion for. If i dont want to use ASCII let say i want to use utf-8 or ISO/IEC 8859 or Extended ASCII ? thank you in advance.
@juneilquilana51593 жыл бұрын
Wow. Thank you so much for sharing your knowledge about c++ programming that my favorite language. I learned a lot from you Ma'am 🙏❤️👍
@dantepaperinosky252 жыл бұрын
Thanks video, greetings from Italy
@darlingovalle31133 жыл бұрын
I loved the way you explained everything. This is the way that I found to decipher a 5 letters message: #include using namespace std; int main() { int c1, c2, c3, c4, c5; cout > c1 >> c2 >> c3 >> c4 >> c5; cout
@mindmath2054 жыл бұрын
very good ,please keep posting
@totoosarts4 ай бұрын
Greetings Professor, I have not yet completed installing Visual Studio, so I do not know if the code below is going to work or not, but i'm pretty sure it will, i hope you are pleased :) Bless your heart :) Here is the code you asked for putting in numbers which would be then translated to characters. Fingers crossed, it will run smoothly :) using namespace std; int main() { int c1, c2, c3, c4, c5; cout > int (c1) >> int (c2) >> int (c3) >> int (c4) >> int (c5)endl; cout
@LightningRod4 жыл бұрын
Your tutorials are great!!! Thank you!
@CodeBeauty4 жыл бұрын
Thanks! General Iroh from Avatar: The Last Airbender? It that your avatar? 🥰😮
@LightningRod4 жыл бұрын
CodeBeauty Yup! My favorite character from the show lol. Thanks for replying so quick and just wanted to let you know that your tutorials so far have been very helpful. I’m a college freshman and the vids clear up things I don’t understand from class. Keep up the KZbin grind 👍👍 (btw, I came here from your vid on Traversy Media)
@CodeBeauty4 жыл бұрын
That's one of my favorite shows. I watched The Legend of Korra after, and it was okay, but not quite like Aang's version 😊
@asrbasit4 жыл бұрын
I am from Pakistan and done a Ph.D. in physics and benefitting from your video thank you very much from making videos and one thing you are very beautiful, smart and cute.....
@CodeBeauty4 жыл бұрын
Thank you! I'm glad that I can help 😊
@kennethpalmes7222 жыл бұрын
Hi , what if i want to separate special character/ symbols & number but first user need to type those number and special characters?
@saifhassan91393 жыл бұрын
Great explanation, you just got a new follower from the middle east hahaha
@venkateshnayak11764 жыл бұрын
Very nice information.. thank you Saldina..
@CodeBeauty4 жыл бұрын
You are welcome! ☺️🥰
@ssembatyanicholas67472 жыл бұрын
hey am new to this channel and really love your work its so amazing🥰🥰but i have question "when am installing visual studio 2022 using the official installer .. there is a step where am asked to select a package but am stack here I am a beginner student of C++ but can you help me choose the best package for me as a beginner pleeease " thank you
@loempia89462 жыл бұрын
You are a beauty and so is your code. Thanks
@waqaspartabrai23992 жыл бұрын
Mis you had made is simple us . Thank you!
@saudalkhazriji48984 жыл бұрын
Love your videos just one question can i create my own table like when someone write E4 it turnes into 3573???
@cuol56753 жыл бұрын
That's amazing ! i love it.
@Mr.Gold4 Жыл бұрын
very nice teaching, I love it.
@amaranasim65602 жыл бұрын
Hi, so I have written the code the same way as you did, but for some reason I only get ASCII for the letter H, and the rest is all 0. What should I do?
@trg18964 жыл бұрын
Predložio bih da održavaš predavanje na bosanskom pa ako ne čak i na njemačkom jeziku. Imaćeš puno više abonenanta.
@ahyungrocks55093 жыл бұрын
Love how you give HW assignment.
@CodeBeauty3 жыл бұрын
Coming from my File handling video? ☺️ Good luck with solving the assignment! ☺️☺️
@OnganiNyirenda4 жыл бұрын
Hi really appreciate your videos .i have a question . so when i typed hello and asked for the ascii representation the two l's didnt have the same figure . do you know why this happened? everything else was the same as yours except for the first L which was 3 and the next was 108 .
@marianarose86573 жыл бұрын
Thank you for the videos!
@arkalexx2 жыл бұрын
Thank you are so kind.
@aufauf1957 Жыл бұрын
Thank you beautiful ❤️
@raycobb3273 жыл бұрын
Question? is this how you create encryption software, just finish Sec+ and it seems so similar.
@knottyhangman4 жыл бұрын
Your Channel name is perfectly suiting with you mam.You have a vast knowledge, cute, Alluring with awesome teaching skills.Thank you mam, sending lots of love from INDIA..................
@thanossym22814 жыл бұрын
thank you for the video! :) you are good !! you made me understand stuff!
@CodeBeauty4 жыл бұрын
I'm happy to help! 😉🤗
@mhdjaseem31953 жыл бұрын
thanks, mam💕💖
@brightfuture60203 жыл бұрын
Hi, am in love with you and your lectures. You are the best teacher ever I mate on youtube. And I hope to meet you in reality .😘😘
@CodeBeauty3 жыл бұрын
🙏💙💙
@Thebiggame-dc8ek Жыл бұрын
When we were small, my younger sister and I had invented a series of finger symbols for the alphabets and used to speak with each other voicelessly in bed at night so that our parents didn't get awaked. Because like many Iranians at that time we all slept in one room😅
@CodeBeauty Жыл бұрын
It's lovely to hear about the special bond you shared with your sister. I hope that you both continue to prioritize and cherish your relationship through adulthood 👫🥰
@taimor50584 жыл бұрын
hallow Thomas from Germany thanks please I am confused about;
@CodeBeauty4 жыл бұрын
I can speak in the domain of programming and give you a couple of examples:
@rameezwahid36263 жыл бұрын
Thank you saldina
@clayton35182 жыл бұрын
I'm your new subscriber
@CodeBeauty2 жыл бұрын
welcome ☺️😀
@ainebyoonafischer32422 жыл бұрын
Can devc++ do exactly the same
@manoharsagunthalla92153 жыл бұрын
In my system there is visual studio. In that other one coding python. Is it possible to do the C++ program if so please tell me how to do that
@thevivekmathema3 жыл бұрын
i love you & your channel..thank you
@findikbabi4 жыл бұрын
It was pretty simple I just reversed the code we made to make ASCII. int i1, i2, i3, i4, i5; cout > i1 >> i2 >> i3 >> i4 >> i5; cout
@CodeBeauty4 жыл бұрын
Exactly! You can use a casting operator in order to convert int to char, and vice versa as well! I'm glad that you liked the video! 🤗
@jijuvr66184 жыл бұрын
thk u very much .you are doing a great job.......
@CodeBeauty4 жыл бұрын
😊
@peacecyebukayire53162 жыл бұрын
You're awesome:)
@jerseychou4323 Жыл бұрын
thanks a lot.
@ROYALNIL_SITE Жыл бұрын
thanks master
@ritik54602 жыл бұрын
#include using namespace std; int main() { string ❤; cin>>❤; cout
@anouarhammani19832 жыл бұрын
Thank you
@taimor50584 жыл бұрын
I need help please could i ask some question related to ""
@laxus77644 жыл бұрын
where can i find video related to functions
@CodeBeauty4 жыл бұрын
In my C++ functions playlist 😊 kzbin.info/aero/PL43pGnjiVwgRggnsJcz1cK0j7b2-kLML_
@laxus77644 жыл бұрын
Thank you🙂
@This_is_the_place3 жыл бұрын
So if I wanted to do the whole alphabet and a few extra keyboard keys like colums and what not I'd have to write them all manually
@arnelmaric59724 жыл бұрын
Nice work
@CodeBeauty4 жыл бұрын
Than you very much. :* I'm trying to use this Corona isolation time for something positive :)
@DevanshiXavier8 ай бұрын
hello maam this code dosen't generate the letter.... why is it so, ma'am?? #include #include using namespace std; int main() { char str[8]; cout
@MiguelAlvarezAdams3 жыл бұрын
so beautiful
@prianshu_332 жыл бұрын
Hello Saldina, can you please provide deciphered code from ASCII to English here? please.
@ju5td0nt2 жыл бұрын
cout
@day48342 жыл бұрын
Hi, it could look something like this: #include using namespace std; int main() { // code for deciphering ASCII values int n1, n2, n3, n4, n5; cout > n1 >> n2 >> n3 >> n4 >> n5 ; cout
@akshaygamez41293 жыл бұрын
#include using namespace std; int main() { int c1, c2 , c3 , c4 , c5; cout c1 >> c2 >> c3 >> c4 >> c5; cout
@donigarapliciozi70414 жыл бұрын
Drago mi je cuti tvoj glas 😝
@CodeBeauty4 жыл бұрын
I'm glad you like it :)
@MostlyRenegade4 жыл бұрын
I did create my own writing when I was young, but in my case no one else could read it.
@CodeBeauty4 жыл бұрын
What were you using it for? 😊
@MostlyRenegade4 жыл бұрын
@@CodeBeauty I did it just for fun of creation :D
@ingridgausin41403 жыл бұрын
Thanks!
@chainonsmanquants16304 жыл бұрын
Thanks
@CodeBeauty4 жыл бұрын
🤗
@ЮлияЭм-у6е Жыл бұрын
Hello🥹 Could you help me please? 🙏🏻 For this Assignment, write a program in C++ to implement following Programming concept. There is no standard output format for this Assignment. You have to implement the following features in a program - 1. Automatic Variable 2. Static Variable 3. Default Arguments 4. Reference Variable 5. Reference Parameter 6. Function Overloading 7. Nesting Function 8. Recursive Function
@timgittar4 жыл бұрын
Visual Studio take a long time to run my programs; even the very simple ones. Do you know why that would be?
@CodeBeauty4 жыл бұрын
Is your computer slow in general?That can be one potential reason. Or have you enabled different tools in Visual Studio which are not necessary at this point and are only slowing it down. 🧐🤔
@timgittar4 жыл бұрын
@@CodeBeauty Thanks for the suggestions. My computer can be slow, but it's much more than usual with VS.
@howardburrage38743 жыл бұрын
if
@JC-px9mk3 жыл бұрын
really good question, can you update me, when we have an answer?🙈
@ju5td0nt2 жыл бұрын
because the compiler needs it also for understanding following commands like endl; if nothing follows than you don't need
@realmadwolf3 жыл бұрын
i used to do that, and felt like special agent LOL
(Create a Flow chart ) Problem: Determine the highest and the lowest value of three variables num1 = 78, num2= 50, num3 =10.
@babyfingers39342 жыл бұрын
well i assume you would have gotten an answer to your question by now, unfortunately i dont have a flowchart but i have a solution for others who are also wondering which i have commented to for easy understanding. #include using namespace std; int main() { //Declare variables int num1, num2, num3; //Get input from the user cout > num1 >> num2 >> num3; //if the first number is greater than other numbers if (num1 > num2 && num1 > num3) cout
@skairu65373 жыл бұрын
Hi, I have a problem, can anyone help? When I write: std::cout
@sebastiand6163 жыл бұрын
I know its a little bit old, but if you remove the single quotes and just leave the brackets it works fine std::cout