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
@@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
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.
#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
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
Time permitting, would you please piece together a Data Structures and Algorithms in C++ playlist...
Hi.is it possible to create a pointer to variable out side of the program in another proces?
Niiicee
One week ago this would have been very handy, thank you anyway!
darn! What topics do you have coming up btw?
@@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
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.
So you do use gcc instead of msvc?
There is a little difference between GCC and VS 2019 with C and C++ grammar. I am a little confuse.
C and C++ are similar, but have different syntax since they are different languages. C++ is an extension of the C programming language.
Nice
❤❤❤❤❤
love it
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
Why do we need to know the address ?
literally teaches me more than my school did lmao thanks BroCode
In VS Code we can write int number = 0b11000100,but in GCC we can not write binary . Is that right?
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.
#BroIsAwesome
Your video tutorials are really good... I love the way you make clear programming concepts.
Thanks bro
Anyone from south Africa
899th view
It crashed =(