Global Variables - C++ Tutorial For Beginners #15

preview_player
Показать описание
Today we talk about global variables in C++.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

4 years in college and they botched teaching C++. I switched to python for the ease of programming, but always wanted to return to C++. And thanks to you, I'm learning much better :)

alex_mahone
Автор

According to your explanation about user defined header source files, it is therefore not possible to debug the main. cpp using user defined header source files . So it has limited usage.

dayongtolentino
Автор

what happens when u define a static int in main.cpp and another global int in a header both having the same name?

Sakapaka
Автор

Waiting for List, Dictionary....etc in
BTW I love these

charan
Автор

Bro you make me learn something new always. You are the best. ~Give a heart to me lol~

arnavmeena
Автор

why don't u use using namespace std?

rudybeshara