I really want to thank you from the bottom of my heart . All your videos are overloaded with information that is not overwhelming at all since you teach in a simple and clear way 👍 Thank you sooo much once again.
hey techwithtim, you're probably not going to see this but this series has helped alot as a 14yo trying to learn how to code. thank you for everything and i hope i will one day be as good as you!
Not to be harsh or anything, but why were the return types in the "Weird Function Return Types" emphasized as 'Weird'? My only concern is that beginners may see this differently from usual return types like ints and void. Nontheless, I love this series, I would love to see Object Oriented Programming in C++, and I wish this series would continue. Something that you missed with functions is function overloading and operator overloading - there is still a lot to cover.
You should have said in the video that you can't do this: int *func() { int a; return &a; } This is the most error causing thing in C/C++ while learning, even if you don't explain why, just say that it can't be done. It will help thousands of people.
If you know how classes work, structs work the exact same way The only actual difference is all the attributes and methods are public by default for structs but private by default for classes
Hi Tim, I am 10 years old from India, I am fluent in HTML, CSS, JS, and Python, so I wanted to start a youtube channel but I was worried that if I want to get admitted to some college like MIT or Harvard then the people might think that I will not be able to focus because I have a youtube channel. Please tell me will it be a problem for me to get admitted to an Engineering college if I have a youtube channel, Congrats on 645k!
You teach a language that don't even understand. Do you know that {} in c++ in some cases is 0(zero)? Hahaha . You can go and learn a bit Mr. Teacher. hahaha
Fu*k of from here, just don't insult this great person like this, he is doing everything for free...if u want to learn something, learn and go, I am pretty much sure that Tim knows a lot greater than u🤬🤬
Yes, definitely cover oop at least a little bit. I don't think the series would be complete without it. Overall, great tutorials!
I really want to thank you from the bottom of my heart . All your videos are overloaded with information that is not overwhelming at all since you teach in a simple and clear way 👍 Thank you sooo much once again.
This series would feel incomplete if OOP is not covered because c++ is built on those principles. Great tutorials so far!
Extremely talented programmer Tim is.
Yoda is a programmer?
all i see is facts
Excellent content as always. You're definitely one my favorite instructor.
Please, some OOP videos in C++ will be greatly appreciated. Thanks again.
ikr he just ditched the series lol
@@shaurya4ssvb816 wish he continued it. he explains really well
This series is extremely helpful!! I really appreciate the effort Tim has put in making this video!!
Do more of c++ videos, it's very helpful!
Thank you so much for these series Tim! Consider making a C++ project series.
I'm glad that I got to learn being a techie myself
Do oop, but cover private and public fields as well. After that video you could also do inheritance. Much love
Man I love this series
been following these because I have lied on my resume thank you Tim
Love from Tamilnadu❤️❤️
hey techwithtim, you're probably not going to see this but this series has helped alot as a 14yo trying to learn how to code. thank you for everything and i hope i will one day be as good as you!
OOP IN C++ BIG DAWG !!!!
YOU THE MAN FOR REAL!
Amazing content Tim! Love every bit of it. Yes, I would like it if you gave us more examples of functions. Thank you very much!
OOP videos would definetely be appriciated!
Classes video, please. Modules, too. More OOP in general. Maybe a small OOP project?
Great Series, Tim! Thank you so much!
Do make another complete series on OOPS please..
Not to be harsh or anything, but why were the return types in the "Weird Function Return Types" emphasized as 'Weird'? My only concern is that beginners may see this differently from usual return types like ints and void. Nontheless, I love this series, I would love to see Object Oriented Programming in C++, and I wish this series would continue. Something that you missed with functions is function overloading and operator overloading - there is still a lot to cover.
aren't function and operator overloading a part of OOP? polymorphism
@@mastershooter64 yes, they are
Thank you dear Tim...
Fantastic series, thanks Tim!
I seriously wanna thank you 😭😭😭
Thanks to you I have understood alot of stuff
Love your work Tim! 😎👍
basic oop would be amazing :D love ur videos dude keep up the great work
great tutorial series,this is my second programming languge im learing,litteraly teached me alot,but i feel like u should do viedo about classes.
A suggestion: Cmake, header files, templates, structures, and linking libraries with cmake
Thanks Tim. Your videos are very helpfull. We are waiting for OOP ...
You should have said in the video that you can't do this:
int *func() {
int a;
return &a;
}
This is the most error causing thing in C/C++ while learning, even if you don't explain why, just say that it can't be done. It will help thousands of people.
you can do that, it will invoke undefined behavior tho
Thanks so much for all these amazing videos.
Hey, Tim! Quality tutorial as always
I was genuinely just wondering, do you have a/multiple video editors? Just curious.
你好👋
Actually am the first here 😲
Tim, can you please make a quick DEPLOYMENT TUTORIAL for django? It has been 2 years and you've said to get on you to make the video!
Wow, such great tutorial...thanks for the effort put into this.
That's a great video for beginners to learn & understand, thanks for sharing !+👍
Do an oop app that implements OpenGL (maybe a particle simulation or smth like that).
Thanks!
C++👍
you are best ever..
Thank you!
Could you make a tutorial about streams and reading and writing files in C++?
Thanks you are the best
I'd like to see some more. Go ahead. Show us some object oriented programming.
Thanks for this series, Tim! It was super helpful!
Thanks
Nice series.
You are great!
God damnit Tim, MSI is on right now.
Hey, I love the Vids! Can you add Linked List by any chance?
Love from india
Do come with the c++ using oops ❤️
Hi . Thanks
What next please, after learning all this I don't know what to do or how to put it to practice
Hey bro.. Can we know which site you are using to learn these
Please cover the OOP
I have difficult working with templates especially Class templates. Please, make a video about template
hey cool videos! can you show how structs work in c++?
If you know how classes work, structs work the exact same way
The only actual difference is all the attributes and methods are public by default for structs but private by default for classes
Please make videos on OOPS to🙏 .
Hi Tim, can you make a video on locale module in python
Sir plz teach oops in c++
What version of C++ are you using?
Watched whole playlist @1.75x
Pls sir what ide do you use for coding
how many hours a day do you work or study?
@ 23:33 Shouldn't it be,
void swap(int *x, int *y) {
x = y;
y = x;
}
if passing by reference? Asterisk, and not the Ampersand?
header files? next?
20:48
How many programming language you know?
66,746 Recruits
9,985 Survivors
As per the time of this comment
Hey, which university are you from?
We need oop
How to return an array (not vector)
which font is it?
Hi Tim, I am 10 years old from India, I am fluent in HTML, CSS, JS, and Python, so I wanted to start a youtube channel but I was worried that if I want to get admitted to some college like MIT or Harvard then the people might think that I will not be able to focus because I have a youtube channel. Please tell me will it be a problem for me to get admitted to an Engineering college if I have a youtube channel, Congrats on 645k!
❤😂😢😅😊 cover templates
Crea un videojuego con c++ en un directo primero de estar ahi saludos de Sudamérica
What is a function?
Simply put, " a function is a program to automate tasks".
How about this?
First
tenth
:)
You teach a language that don't even understand. Do you know that {} in c++ in some cases is 0(zero)? Hahaha . You can go and learn a bit Mr. Teacher. hahaha
Look at the name of the series!
Fu*k of from here, just don't insult this great person like this, he is doing everything for free...if u want to learn something, learn and go, I am pretty much sure that Tim knows a lot greater than u🤬🤬