C++ Programming Tutorial #15 : Function calling, returning, and parameters

Опубликовано: 05 Октябрь 2024
на канале: Alan Carre
536
6

Watch Entire Series: http://www.youtube.com/view_play_list...

Info: This is part 6 of the subsection: "Building a program from scratch"

I hope I got it right this time... these very basic concepts are tricky to explain so I had some trouble getting my message across I think...

But in any event I covered calling a function, returning from a function, passing arguments to functions, retrieving arguments "passed in" to a function, the stack and "calling conventions" (C / Pascal).