CppCon 2018: Borislav Stanimirov “The Bad Big Wolf Meets Riding Hood Little Red”

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


Lightning Talk


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

When he first said GSSSACPM, I thought he tried to say something german

OperationDarkside
Автор

Good video.

Though "Lingua Franca" does not actually mean "French language". It means "language of the Franks". Arabs called all western Europeans "Franks" (essentially, anyone west of the Byzantines, who were called "Romans").

kered
Автор

Except, you know, in C and C++ non-function types are unfortunately supposed to be read inside-out, and right-to-left, so
`double long*` is a valid type which means `pointer to a long double`. So yeah, `int const` is correct, but so is `int unsigned` instead of `unsigned int`. They are not supposed to follow any grammatical rules.

GhassanPL
Автор

always const int, or some_method() const, making ti at he beginning or at the end of a line. More visible.

zhaoli
Автор

8 east const -ers hated this.
BTW, the talk was hilarious, loved it!

anirbansarkar
Автор

He is just reading it wrong. #eastconst

senyai
Автор

Good talk but I'm not buying it. #eastconst

mariusbancila
Автор

"const int" is syntactic sugar. Sugar kills.

CTPATEX