C++ Weekly - Ep 306 - What Are Local Functions, and Do They Exist in C++?
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 306 - What Are Local Functions, and Do They Exist in C++?
☟☟ Important conference, book and swag info in description ☟☟
C++ ON SEA - JULY 4-7, 2022
► Check out C++ On Sea in Folkestone, UK, July 4-7, 2022
Jason is one of the keynote speakers
Buy Early for Early Bird Prices!
Link: https://bit.ly/35tdT5b…
C++ ON SEA - JULY 4-7, 2022
► Check out C++ On Sea in Folkestone, UK, July 4-7, 2022
Jason is one of the keynote speakers
Buy Early for Early Bird Prices!
Link: https://bit.ly/35tdT5b…
Опыт применения API SolidWorks для автоматизированного проектирования тары
Источник: Habr
Автор: constructor_e
Источник: Habr
Автор: constructor_e
Хабр
Опыт применения API SolidWorks для автоматизированного проектирования тары
В современных условиях для любого предприятия важно сокращение сроков проектирования новых изделий. Один из путей такого сокращения – это автоматизация процессов проектирования. Среди проектируемых...
Standing on the shoulders of giants: Let the compiler tell you what the ABI is
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Standing on the shoulders of giants: Let the compiler tell you what the ABI is - The Old New Thing
A necessary (but not sufficient) condition for verifying that your handwritten assembly language conforms to the ABI is to compare it to something that definitely conforms to the ABI, namely, a compiler for that ABI. In my various historical CPU architecture…