C++ – Типизированный язык программирования
Одежда умная, но мы умнее: как мы делали футболку с контролем осанки
Одежда умная, но мы умнее: как мы делали футболку с контролем осанки
Хабр
Одежда умная, но мы умнее: как мы делали футболку с контролем осанки
Всем привет! Во втором семестре все первокурсники программы «Прикладная математика и информатика» в Питерской Вышке делают командные проекты по С++. Мы занималис...
Bartek's coding blog
C++ Lambda Week: Capturing Things
C++ Lambda Week: Capturing Things
C++ Stories
Lambda Week: Capturing Things
We’re in the second day of the lambda week. Today you’ll learn about the options you have when you want to capture things from the external scope. Local variables, global, static, variadic packs, this pointer… what’s possible and what’s not?
The Series This…
The Series This…
Arthur O’Dwyer
The “array size constant” antipattern
The “array size constant” antipattern
Arthur O’Dwyer
The “array size constant” antipattern
Here’s a bad pattern I see frequently in student code on Code Review StackExchange,
and even in a fair amount of (other people’s) teaching material.
They’ll have an array of, let’s say, 5 elements; and then because magic numbers
are bad, they’ll introduce…
and even in a fair amount of (other people’s) teaching material.
They’ll have an array of, let’s say, 5 elements; and then because magic numbers
are bad, they’ll introduce…
Bartek's coding blog
C++ Lambda Week: Some Tricks
C++ Lambda Week: Some Tricks
C++ Stories
Lambda Week: Tricks
We’re on the last day of the lambda week. We have all the essential knowledge, and now we can learn some tricks!
The Series This blog post is a part of the series on lambdas:
The syntax changes (Tuesday 4th August) Capturing things (Wednesday 5th August)…
The Series This blog post is a part of the series on lambdas:
The syntax changes (Tuesday 4th August) Capturing things (Wednesday 5th August)…