C++ Arrays for Beginners [Part 9] // Comparing Arrays

preview_player
Показать описание
Comparing two arrays is not as easy as it may seem. In this video, we talk about the basics of comparing arrays, why it's not as easy as it seems, and how you can actually compare them.

The ideas are illustrated with a sample program using Visual Studio.

This programming tutorial is for beginners.

// Learn More //

Check out my complete C++ videos playlist:

// Consider supporting this channel in multiple ways //
Bitcoin: 177wfkQwzXiC8o2whQMVpSyuWUs95krKYB
Dogecoin: DRK2HDp3ZkkbFpvGZnVgMVosnBhPv8r3uP
Рекомендации по теме
Комментарии
Автор

Hey man, i am working on an arduino project and i was stuck on this for hours, thanks a lot 👍👍

arthurnahayo
Автор

How would I compare the inner values of the arrays? As you said in the video if we tried to it would give us the hex for the memory position. But I don't want that I want the actual value a[1] compared to b[1].

centipedekid
Автор

How do you print the same number of array1 and array2?

laliceace