Learn C++ With Me #6 - Comparison Operators

preview_player
Показать описание
Welcome back to another C++ tutorial for beginners! In this video, I'll be covering comparison operators. I'll show you how to compare different values -- not only numeric values, but strings, characters, and boolean values as well.

⭐️ Timestamps ⭐️
00:00 | Introduction
00:27 | List of Comparison Operators
01:09 | Boolean Values
01:48 | Comparison Operators Examples
07:33 | Comparing Characters
12:03 | Comparing Strings
13:50 | Realistic Example

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰

🔗 Social Medias 🔗

🎬 My YouTube Gear 🎬

💸 Donations 💸
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- C++
- Coding tutorial
- Tech With Tim
- C++ Tutorial
- Boolean values
- Comparison operators

⭐️ Hashtags ⭐️
#CodingTutorial #C++
Рекомендации по теме
Комментарии
Автор

Tim has officially become by favorite youtuber.

seriouslysinging
Автор

FYI, we can use build in sublime text 3 to compile the .cpp.
Just go to new build system and paste below command in and save. The run the program by double click .exe in the folder. I'm new to cpp too. Happy learning.
{
"cmd": ["g++", "-o", , "*.cpp"]
}

nobby-
Автор

Tim thank you. You explain things that other people and even professors skip. Keep up the good work 👌

blackpeppercinnamon
Автор

hahaha I dig that shirt. Thanks for this awesome series man! Im taking OOP C++ this quarter and this is helping me review all of my syntax and operations really well.

dallasdominguez
Автор

11:12

Yeah, I did actually know it was 0 because of my previous work with Python and Java.

MaJetiGizzle
Автор

7:56 could be used as a chapta I never knew that thanks Tim!

-CSUM-
Автор

Love you Tim bro. Bro do you know how many people you are helping by the way? God helps those who help other people.

Take love from Bangladesh 🇧🇩

siambinkhurshid
Автор

I eagerly await every new video. These are great man. keep it up (plz)

typeterson
Автор

Because I'm silly:

std::string bool_to_string(bool input){
if (input == true){
return("true");
} else {
return("false");
}
}

Amazing

JordanIbanez
Автор

Thanks nice tutorial,
which software do you use for editing the video ?

programming_hut
Автор

So, as a C student at University it looks (except for string) like C++ is really really similar to C, maybe that's not that true as we start studying Data Structures in C++. Can't wait!!

leopoldotodisco
Автор

Tim, you can automate building and running in Sublime.

vaif
Автор

Hello Sir, I have a fear of COMPETITIVE PROGRAMMING, so from where I can strong this ?

niteshprajapat
Автор

At each episode there are less views, I feel special.

eliotportevin
Автор

A typical C++ beginner's tutorial never goes into things like how memory works, pointers, bitwise operators, bitmasking etc which are core parts of C family languages, please cover that.

shambhav