Modern C++: C++ Functions (Lecture 3, I. Vizzo, 2020)

preview_player
Показать описание
Modern C++ Course, Lecture 03: C++ Functions

Slides, Tutorials, and more:
---
Related tutorials for this lecture:
---

This lecture is part of the Modern C++ course taught at the University of Bonn by Ignacio Vizzo and Cyrill Stachniss in spring 2020.

#CPP #UniBonn #Robotics
Рекомендации по теме
Комментарии
Автор

function strcpy return an pointer of 11 bytes to dest and overwrite source in main memmory stack (because we have only 16 bytes instead of 21 bytes) dest[ ] = "copy this!" and source[ ] = "this!\0his!".

AlexAlex-emct
Автор

I am not able to access the gitlab repository for homework given in the website due to issue related to compatibility of email id. I have tried both the personal and university's email id but had no luck. Has anyone faced this issue, If yes how did you resolve this?

anubhavvishwakarma
Автор

Should I use auto funcName(auto&& pram1, auto&& pram2){} ?

keyboardsyriac
Автор

would be nice if the files necessary for homework is provided :")

kaungminkhant