C++ Programming Tutorial 70 - Function Overloading Examples

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Struct? More like in-struct, because you've given us so much knowledge over these past 70 videos! I'll keep on making my way to the end of this tutorial, and keep on making these amazing videos!

PunmasterSTP
Автор

Caleb is such a savage. Bro what even is your day job? Megabrain at google or something? How did you even learn this stuff man?

guitarhax
Автор

It is interesting that at the beginning of this series of videos, each video had 250k+ views. As it comes to video #70, only 3k views left. Sad faces

davidwang
Автор

When I attempt to run my program I am getting fatal error LNK1169: one or more multiply defined symbols found, yet I typed it word for word as Caleb does. I tried searching this up on google but it is beyond my level of comprehension. If anyone knows why I am getting an error please help a brother out and let me know why. I am using visual studio 2019 if that makes any difference.

kylearby
Автор

swap(int a, int b) works even when I pass strings but swap (std::string x, std::string y) only works when I pass strings. How come?

michaelmatela