C++ Weekly - Ep 200 - Christmas Class 2019 - Chapter 1 of 5 - Understanding Lambdas

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


☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟

T-SHIRTS AVAILABLE!

WANT MORE JASON?

SUPPORT THE CHANNEL

GET INVOLVED

JASON'S BOOKS

► C++23 Best Practices

► C++ Best Practices

JASON'S PUZZLE BOOKS

► Object Lifetime Puzzlers Book 1

► Object Lifetime Puzzlers Book 2

► Object Lifetime Puzzlers Book 3

► Copy and Reference Puzzlers Book 1

► Copy and Reference Puzzlers Book 2

► Copy and Reference Puzzlers Book 3

► OpCode Puzzlers Book 1


RECOMMENDED BOOKS

AWESOME PROJECTS

O'Reilly VIDEOS

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

Thank you so much for this brilliant idea! I literally didn't know where I should start on your channel as a C++ junior. This will be a huge help for me super excited to those 5 weeks.

MightyMoveSemantics
Автор

Since there is no requirement that l() should be copiable I would implement 3) as a function with local statics n0, n1 which has less boilerplate than making a class with call operator (especially that C++98 does not support in-class member initialization so a constructor is also needed). I am a lazy guy and we are no more payed for the lines of code written ;)

pazdziochowaty
Автор

Nice! At first, I misunderstood the title too, I was expecting a C++ class, not a teacher's class :)

As a suggestion for the next chapters, please share a Compiler Explorer link, or put the starting code in the description (maybe the latter is more future-proof?). Otherwise, every listener has to copy it, and programmers are lazy :)

VincentZalzal
Автор

Jason, really like this idea and I enjoyed working through this first "assignment". Looking forward to more content like this.

warrenbuckley
Автор

I don't see any links on the other videos. I went to 152 and 133?

randystich
Автор

Episode 97 (the last one) isn't in the cards at the top right

GabeRundlett
Автор

it's already episode factorial(200)? wow!

minirop
Автор

There's no link where the arrow is pointing.

elkvis
Автор

When I read the title I thought someone made a language extension with a special type of class called a Christmas class.

JesseBusman
Автор

Trying to keep my comments civil, the idea its really good, but the format isn't. I had to sift through commercials every time I'd seen one of the episodes, skip to the place I'd left off, watch the 10 seconds of content, jump back to get to the link because it'd be gone by then, repeat for every video and hope the youtube app didn't decide I should look at new videos instead of saving my space in the feed. I stopped after the third.
It would be better to just give the rundown, create a playlist with the videos and either just put the assignments right there or make a separate assignments video. The format you have here is not suitable for mobile.

paulm.bendixen
Автор

The final big blue arrow does not point to episode 97. I'm not angry, I'm just disappointed.

AM-qxbq
Автор

I have no idea why I'd ever want a funciton pointer. ;-)

Omnifarious