C++ Examples - Pass by Value vs Reference vs Pointer

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


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

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

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

"I think that was the first mistake I ever made" got a good chuckle out of me

nro
Автор

This was super helpful! I didn't understand pointers in a quarter-long class, while working with them on a project, or while trying to refresh some c++ concepts before a job interview tomorrow, but watching a couple of your videos makes me feel a lot more confident about them!! I am grateful - thank you!

rithumanoharan
Автор

hey caleb nice work . need more c++ problems please!

AbhishekTiwari-uyff
Автор

Thank you for video. Can you make tutorial about arrow operator in c++

RadeRaiD
Автор

How do you get the output under the code window like that?

I'm searching, but google ain't playing.

roberthoople
Автор

Yes
I was going to Search for this then i saw your video notification

kushagrarathore
Автор

I was thinking about your persistence in typing endk.... Are you a South Park fan? I think you may have a subconscious desire to "Kill Kenny". You keep typing "end k". You may need Cartman to give you some of his specialized therapy. But just keep in mind, he can't help you unless you respect his authority.

Thanks for this series. I love it.

e.faithdenham
Автор

9:14 coming from C#, Returning (or Catching // var (auto) HesDeadJim = CallingKirk(gorn)) the data is the 'preferred' way, I've seen many C# pros scoff at References into Methods, even though the language allows it. Then again, I'm a fan of Goto (hides as peeps throw rocks), I digress, Goto is a manual loop / branching :P and who really wants 20 if()'s -joking aside

Dazza_Doo
Автор

Sublime text, very light weight editor. 😁😁😁

celestialadministration
Автор

it's all good, but why dont you use namespace std:

varswe
Автор

Sir any app in Google Play Store which can help me code simple c++ programmes in phone,

jogpbse
Автор

I finished your 100 part c++tutorial what should i do next

sheaksadi
Автор

at 2:32 his soul just got out of his body!

zaimkebbi
Автор

What course did I miss for Line 15?
For (int x : data) ??? -> What kind of loop is this? are there default parameters that are implied? It's acting like a ForEach loop

Dazza_Doo
Автор

why don't you use
using namespace std; ?
then the confusion of using std again and again can be eliminated.

smritigupta
Автор

why dont you use "using namespace std;" ?

jamest
Автор

I'm sorry for you that the mistakes keep happening since you made your first mistake ever in this video. Hope this never happens to me <3

CediCore