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…