C++ pointers (#18) 👉

  Рет қаралды 10,121

Bro Code

Bro Code

Күн бұрын

Пікірлер: 26
@BroCodez
@BroCodez 4 жыл бұрын
#include #include #include using namespace std; int main() { // pointers // & address-of operator // * dereference operator string name = "Bro"; int age = 100; string food = "pizza"; string* pName = &name; int* pAge = &age; string* pFood = &food; cout
@paramenide9505
@paramenide9505 2 жыл бұрын
Bro, I'm a french guy who is learning C++ with your videos. I discovered your videos with the Javascript tutorial. The way you explain things make it so easy to understand and you are funny and it matters for me. In fact, this humor is, for me, your personal style and that's why it's better than most of youtube tutorial in the field of computer science. It brings new skills and it's entertaining. Keep going, that's some great stuff here, Bro
@study_with_thor
@study_with_thor 3 жыл бұрын
Why do we need to know the address ?
@pabloosmo
@pabloosmo 4 жыл бұрын
One week ago this would have been very handy, thank you anyway!
@BroCodez
@BroCodez 4 жыл бұрын
darn! What topics do you have coming up btw?
@pabloosmo
@pabloosmo 4 жыл бұрын
@@BroCodez it's the last topic of data structures! We've also got threes in here. But the whole course was around lists and different ways to access using static memory, and now dynamic memory
@basilzimba5273
@basilzimba5273 3 жыл бұрын
Time permitting, would you please piece together a Data Structures and Algorithms in C++ playlist...
@peacefuldeityspath
@peacefuldeityspath 3 жыл бұрын
It crashed =(
@ddeac6705
@ddeac6705 3 жыл бұрын
Nice
@martinsbruders5895
@martinsbruders5895 11 ай бұрын
Hi.is it possible to create a pointer to variable out side of the program in another proces?
@girl6994
@girl6994 4 жыл бұрын
There is a little difference between GCC and VS 2019 with C and C++ grammar. I am a little confuse.
@BroCodez
@BroCodez 4 жыл бұрын
C and C++ are similar, but have different syntax since they are different languages. C++ is an extension of the C programming language.
@girl6994
@girl6994 4 жыл бұрын
In VS Code we can write int number = 0b11000100,but in GCC we can not write binary . Is that right?
@BroCodez
@BroCodez 4 жыл бұрын
I believe you may need a gcc extension for binary. I'm not too familiar with gcc yet since I tend to use VS for everything.
@ThakshinVEVO
@ThakshinVEVO 4 жыл бұрын
Thank You so much sir!!! For subscribing to me and I've also done cuz I am very interested in programming,i'm learning python now
@sametsahin-eh3qj
@sametsahin-eh3qj 8 ай бұрын
literally teaches me more than my school did lmao thanks BroCode
@yahyaarfaoui8526
@yahyaarfaoui8526 5 ай бұрын
Niiicee
@girl6994
@girl6994 4 жыл бұрын
Some Chinese engineer recommended me don’t learn C and C++ according VS code. They say they hate Microsoft company. And they think Microsoft has made C language a mess. And they recommended me to use GCC to learn C . But I love VS code anyway.
@extrem2497
@extrem2497 3 жыл бұрын
So you do use gcc instead of msvc?
@paramenide9505
@paramenide9505 2 жыл бұрын
#BroIsAwesome
@baovogia6782
@baovogia6782 2 жыл бұрын
love it
@mudassirnaz1813
@mudassirnaz1813 3 жыл бұрын
Thanks bro
@SAEID-n4r
@SAEID-n4r Жыл бұрын
❤❤❤❤❤
@kshau_
@kshau_ 3 жыл бұрын
899th view
@basilzimba5273
@basilzimba5273 3 жыл бұрын
Your video tutorials are really good... I love the way you make clear programming concepts.
C++ object oriented programming (#21) 📦
10:02
Bro Code
Рет қаралды 7 М.
POINTERS in C++
16:59
The Cherno
Рет қаралды 1 МЛН
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 262 МЛН
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
C++ Pointers - Finally Understand Pointers
15:56
Caleb Curry
Рет қаралды 213 М.
Master Pointers in C:  10X Your C Coding!
14:12
Dave's Garage
Рет қаралды 311 М.
C++ while loops (#11) 🔄
10:43
Bro Code
Рет қаралды 10 М.
What is the Difference Between a Pointer and a Reference C++
7:58
Paul Programming
Рет қаралды 433 М.
C++ 2D arrays (#20) ⌨️
11:26
Bro Code
Рет қаралды 11 М.
you will never ask about pointers again after watching this video
8:03
Working with C++ Pointers
9:02
Caleb Curry
Рет қаралды 44 М.
What Are Pointers? (C++)
41:55
javidx9
Рет қаралды 563 М.
C++ arrays (#19) 🚗
21:09
Bro Code
Рет қаралды 23 М.
what even is a "reference"?
5:44
Low Level
Рет қаралды 132 М.