CS371g Summer #5 — Matt Lang

Matthew G Lang
1 min readJul 6, 2021

What did you do this past week?

Most of my week was on planning and designing project #3.

What’s in your way?

I’ve been going down several rabbit holes reading through the STL library.

What will you do next week?

It’s going to be plenty more of this class.

If you read it, what did you think of the Paper #5: Continuous Integration?

I’m guilty of throwing printf at my code to stop it from segfaulting. I’m also guilty of segfaulting my code from printf statements. I

What was your experience of lambdas, capture by value, and capture by reference? (this question will vary, week to week)

I find they make life easier, especially if they don’t capture. However, I try avoiding capture by references unless they’re completely contained.

What was your experience of function objects, iterator traits, and iterator tags? (this question will vary, week to week)

What made you happy this week?

What’s your pick-of-the-week or tip-of-the-week?

Please check out cppinsights whenever you don’t know what something is doing.

--

--