📚 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.
I'm a non-traditional (OLD) college student taking my second coding class. Your content is a life-saver. I really needed this video today. Thank you so much!
I've got an interview in a few weeks for a paid intern position at a company for 6 months learning C++ but the interview requires a baseline understanding and self learning through your videos has been a huge blessing. Thank you for making your content ❤️
Excellent tutorial, a proper lesson. Much better than all those others youtubers that spend time talking about their life in the tech world. Great content, thanks for sharing 👩💻🤓👍
You have not only conquered us but soon the whole world! I always thought Im not enough to learn a language, but now I think Im capable!! you are priceless!!
How strange, I'm a student and today I received an assignment on array and it's something I have no idea because of my attendance 😅. And here u are with one of the best tutorials as per my needs. God bless u💕
She explained it so good like she holding your hand the whole time This is the teacher we needed in college someone knowing how to explain everything by detail sub
i do not see many women teaching stuff like this on YT, you teach very well and I can understand you better than any other IT teachers on here. Please keep making these types of videos, thank you very much.
It's more than worth watching these video's just to see Saldina get the giggles mid explaining a concept, our CodeBeauty teacher is not an Ai, she is a gorgeous human, I've only got 2 video's left to watch, keep them coming!
Absolutely wonderful. You teach very well, and you speak very clearly, making the concept behind really easy to understand and visualize. You're doing great, I'm hooked with your channel. Also, Algorithms would be a great idea. and C# would be cool after C++. Thanks.
Your youtube content is outstanding, there is no other channel like this, thank so much for that 🤗. I was looking for bit masking videos made by you but I didn't found, that made me unhappy 😢. But thank you so much anyway, you're doing a good job. Regards.
Hi Saldina! I've been watching your videos to learn to C++. Can you please do a video on debugging? Thanks! This channel has really helped me learn so much.
Mam i am from India , and I am very much fascinated by your teaching skills . Can you also provide some questions on that particular topic at the end , suitable for beginers according to you .
Very beautiful lessons from a more beautiful teacher, although I am not good at English, but the explanation is understandable and deep. Thank you for continuing
Nice, Your way is awesome, Coding with Understanding through VS is so easy to learn. Your each word have gives knowledge and no waste of time in your video. Thank you for this stuff.
Mam I am from India and I am really obsessed with your teaching skills your doing well,can you make a video on shortcut keys that your using while coding 😊
Another alternative: Since the elements field within the square brackets must be a CONSTant expression, representing the number of elements in the array; const int SIZE = 12; // change here, write everywhere - more optimal (one of your fav words) float monthsArray[SIZE]; float average = total / SIZE;
Thank you so much, for the first time I really understood arrays. Pls, will you be teaching every topic under Data structure and algorithms as it is one of my modules this semester?
An array is a data-type that holds elements of same type and size in a contiguous locations in memory. In your example "float" is not the type of your array but it is the type of the elements your array can hold. The type of your array is: type of elements + size: so float arraymonths[6] has the type float[6] so we say that type of arraymonths is an array of 6 floats. Since C++ is a strongly-typed language and the size is a part of the array type, the size must be a constant expression non-zero integral value. (must be known at compile-time). int a[6]; int b[10]; Both a and b have different types. e.g: void foo(int(&arr)[6]){ // passing an array by reference // some handling } foo(a);// ok foo(b);// error: cannot convert from int[10] to int[6]. * Access to array's elements is random as long as the elements are contiguous so when specifyjng the index an internal pointer arithmetic is done to walk elements: int a[]{5, 7, 24}; std::cout
Your vidio is very helpfull , In your vidio is improve my programming skill as well as english spoken skill . thanks you very much. Please make vidioes on algorithm.
At 31:07, you have an error at user input for array size is because of the data type is different, i.e int and float. But when I did it. It's working, attached my code for reference. #include using namespace std; int main() {int a,b,BG,SG; cout>a; int arr[a]; for(b=0;b
Thanks, so much,I am from Armenia and I have an exam on data structures on Thursday next week!! Upload next video to learn more , please. WE have already reached to heaps, AVL trees...((
📚 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.
Please give more videos of data structures and algorithms and thank for this video
you are the best, Saldina.. keep up the good work.👍
I'm a non-traditional (OLD) college student taking my second coding class. Your content is a life-saver. I really needed this video today. Thank you so much!
🤞🤞🤗
I've got an interview in a few weeks for a paid intern position at a company for 6 months learning C++ but the interview requires a baseline understanding and self learning through your videos has been a huge blessing. Thank you for making your content ❤️
Please we need data structures and algorithms full course.
Your explanation is so clear. We need someone like you to explain them , and thanks ❤️
Very true Saldina ❤
No one is teaching like you
You teach us practically as well as theoretical
Thanks mam
at 27:56, i think in the latest version of c++, we can do this.
PLEASE MAKE AN ALGORITHM PLAYLIST! You are the best and your channel needs more exposure. So thankful for your tutorials!
Saldina, as usual, you are awesome. Beginners are happy with that!
Thank you so much! 🧡
the shortcut was crazy hhhhhh, a cool staff I learn from here every time, very helpful channel.
Excellent tutorial, a proper lesson. Much better than all those others youtubers that spend time talking about their life in the tech world.
Great content, thanks for sharing 👩💻🤓👍
Your explanations are GREAT.😍😍😍
A perfect pedagogy !!! big thanks to you Great Lady.
MOULA LAOUNA Raoul, you always have nice comments. Thank you for being such an amazing and supportive person! 🤗🧡
@@CodeBeauty you are so much adorable!!!
You have not only conquered us but soon the whole world! I always thought Im not enough to learn a language, but now I think Im capable!! you are priceless!!
🤞🤗🧡
Your videos of C++ are amazing and the explanations are very clearly, thanks for the content!
I'm glad that you think so. You are very welcome!🧡
@@CodeBeauty I'm enjoying your content, it's so useful, I'll wait for more videos! :)
How strange, I'm a student and today I received an assignment on array and it's something I have no idea because of my attendance 😅. And here u are with one of the best tutorials as per my needs. God bless u💕
Firstly ,your teaching skill is excellent
Secondly the way you speak and look in the camera ..i get hypnotized.😍😁
She explained it so good like she holding your hand the whole time This is the teacher we needed in college someone knowing how to explain everything by detail sub
Your videos are so awesome! You explain so clearly and go through every step so that everyone can understand. So cool! Much Love
really happy that I found your channel. I believe our teachers in univeristy can never explain at such a deep level♥
Learning from your 10 hours video, but this came up on youtube's home page and it is great to see your videos. Thanks for sharing.
i do not see many women teaching stuff like this on YT, you teach very well and I can understand you better than any other IT teachers on here. Please keep making these types of videos, thank you very much.
I had study this argument on arrays, so it was a repeat.I like it how you explain the arguments. Thanks Saldina
It's more than worth watching these video's just to see Saldina get the giggles mid explaining a concept, our CodeBeauty teacher is not an Ai, she is a gorgeous human, I've only got 2 video's left to watch, keep them coming!
you are the best in tutorial, for years you have made arrays simple for me. Thank you!!
I am in love with you after watching you for the whole month ,in 10 hours C++ full course🥰🥰
the best content creator , i would love to teach me be my mentor :D :) many hugs , thanks for your hard work
Eugen Vatu, thank you. I'm sending you many hugs also, and wish you a happy learning! 🤗🤗🧡
Absolutely wonderful. You teach very well, and you speak very clearly, making the concept behind really easy to understand and visualize. You're doing great, I'm hooked with your channel.
Also, Algorithms would be a great idea. and C# would be cool after C++. Thanks.
🤗🧡🧡
You’re my live saver. Its really help me a lot. Please make a video one dimensional array and two dimensional array😭😭😭
There you go ☺️
ruclips.net/video/axsplPtoQF0/видео.html
ruclips.net/video/mGl9LO-je3o/видео.html
Your youtube content is outstanding, there is no other channel like this, thank so much for that 🤗. I was looking for bit masking videos made by you but I didn't found, that made me unhappy 😢. But thank you so much anyway, you're doing a good job.
Regards.
Great lesson!
Thanks Victor! 😃🧡🧡
I am happy to watch (and follow) any video that you post on You Tube - especially those about C++, HTML/CSS. Please Don't Stop.
I am from Pakistan but the way you teach is best. And i understand the concept way better than my university. Thank you for this. ❤❤❤
FINAAAAAAAAAAALLY I UNDERSTOOOOOOD WHAT ARRAYS ARE DOING AND HOW TO USE THEEEEEEMM Thank you Saldinaaaaaaaaaaaaaaaa 😍😍😍😍
salina you are doing a great job, not only beginners even advance level are happy with your sessions
What an amazing change in subscribers.....amazing...... This is because of your explanation.......keep it up💯💯💯💯💯😊
🥰🤗
@@CodeBeauty you are beautiful
Hi Saldina! I've been watching your videos to learn to C++. Can you please do a video on debugging?
Thanks! This channel has really helped me learn so much.
Thank you. I just studied arrays and this cleared up some questions I had..
Mam i am from India , and I am very much fascinated by your teaching skills . Can you also provide some questions on that particular topic at the end , suitable for beginers according to you .
Thanks very much. Really appreciate the last part of the video. Been having a hard time in that area.
You are a perfect teacher please please keep up. Thank you so much
Very beautiful lessons from a more beautiful teacher, although I am not good at English, but the explanation is understandable and deep. Thank you for continuing
She is the only programming tutor that I understand :)
Happy that I can help you! 😃🥰
Your content is the best on RUclips, thanks from Brazil!
Love from India 😍 😘
Love for India! 🇮🇳💚🧡🤍
🤪
I will learn not just programming, to english :-) Your speak and voice is clearly, thanks for your work with videos!
Thanks! English is not my native language, so I try to be understandable as much as I can. 🤞🤗
Would love some videos about algorithms, keep up the good work!
I hope all college professors explain programming concepts like you god bless you.
It was great, clean and easy to understand!
Nice, Your way is awesome, Coding with Understanding through VS is so easy to learn. Your each word have gives knowledge and no waste of time in your video. Thank you for this stuff.
wow it took my uni 3years to teach me a for loop, while I spent 30 min here, thank you so much, I need to finish c++ by the end of this year
Real helpful and you add something new to me, Thank you
Much needed and appreciated thanks for this video 🙂
Thank you. I'm sending you many greetings. 🧡🧡
@@CodeBeauty just wanted to notify you that i got A+ in my final Programing Fundamental Exam Thanks to you 50% of this goes to your videos
Great! Awesome! 💯💯💯
goat aka greatest of all time. thank you!!
😃🥰
@@CodeBeauty the way u explain, comment and reply, and link your other videos is amazing. Thank you, I speak for all of us beginner programmers!
nicely explained, specially the for loop part
32:19 Yes Pls Keep Up The Good Work!
really made my day with this video love from india
Mam I am from India and I am really obsessed with your teaching skills your doing well,can you make a video on shortcut keys that your using while coding 😊
Your class is super extra cool
Very nice explanation style!
I'm from Tanzania but your explanation makes me to understand more
Hi Saldina , very nice explanation
Very well explained. Thanks
useful and clear, thank you for your teaching!
Thanks Seldina!You are simply "Awesome".
Another alternative:
Since the elements field within the square brackets must be a CONSTant expression, representing the number of elements in the array;
const int SIZE = 12; // change here, write everywhere - more optimal (one of your fav words)
float monthsArray[SIZE];
float average = total / SIZE;
for (int i = 0; i < SIZE; i++)
{
cout
this video has been very helpful
hey seldina iam coming from freecoding boot camp //ur video on oops was very great thanks for that
yesss we want more, about algorithms too please ♥
Very helpful. l'm 13 so this proves that you just need to know english and tada!
Mam please make video on algorithms and this video is awesome it clear my array concept.
Thanks a lot,your videos are really helpful.Please share a practise exercise if possible.
Yes... We are expecting algorithm lessons also from u soon
THANKYOU SO MUCH, IT HELPS ME A LOT !!!!
thank you mam you are great and way to explain is so good and esly
You are very good teacher. Congratulations.
super claroooo !!!graciasss ...creo que es el mas claro y completo que encontre! thanks
❤️❤️❤️
Thank you so much, for the first time I really understood arrays. Pls, will you be teaching every topic under Data structure and algorithms as it is one of my modules this semester?
That's the plan 🤗🤞🤞
@@CodeBeauty that will be great. 💃🏽💃🏽
Definitely welcome content related to algorithms.
An array is a data-type that holds elements of same type and size in a contiguous locations in memory.
In your example "float" is not the type of your array but it is the type of the elements your array can hold.
The type of your array is: type of elements + size:
so float arraymonths[6] has the type float[6] so we say that type of arraymonths is an array of 6 floats.
Since C++ is a strongly-typed language and the size is a part of the array type, the size must be a constant expression non-zero integral value. (must be known at compile-time).
int a[6];
int b[10];
Both a and b have different types. e.g:
void foo(int(&arr)[6]){ // passing an array by reference
// some handling
}
foo(a);// ok
foo(b);// error: cannot convert from int[10] to int[6].
* Access to array's elements is random as long as the elements are contiguous so when specifyjng the index an internal pointer arithmetic is done to walk elements:
int a[]{5, 7, 24};
std::cout
Great in-depth explanation, thanks!
Very good teaching or explaination.
Thank you for such a great Explanation.
We would like to have playlist on Computer Algorithm .
😇Love from India.
Thanks for explaining this programing theme.
thankyou very much saved my day
Excellent teaching!
Thank you mam.........😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊
Hey there! Thanks for these tutorials. I just wanted to know can we display an array as a whole using cout function?
Your vidio is very helpfull , In your vidio is improve my programming skill as well as english spoken skill .
thanks you very much. Please make vidioes on algorithm.
At 31:07, you have an error at user input for array size is because of the data type is different, i.e int and float. But when I did it. It's working, attached my code for reference.
#include
using namespace std;
int main()
{int a,b,BG,SG;
cout>a;
int arr[a];
for(b=0;b
This way of teaching coding is much better than what I am being taught at my university! Maybe they need to update their teaching style...
Your videos are amazingg!!!! Thanks a lot
your videos are really helpful
so informative video. Thank you SALDINA 💖
Brilliant explanation hip hip....Array !!
Your Teaching technic is good
Deserves millions subscribers
❤️❤️❤️
Amazing class....... beautifull class....
Nice teaching
Thanks, so much,I am from Armenia and I have an exam on data structures on Thursday next week!!
Upload next video to learn more , please.
WE have already reached to heaps, AVL trees...((
Greatly explained saldina ma'am
Supreme content.
I really enjoy your content.