Sebastian Theophil — Typescripten — generating type-safe JavaScript bindings for emscripten
Источник: C++ User Group
Источник: C++ User Group
YouTube
Sebastian Theophil — Typescripten — generating type-safe JavaScript bindings for emscripten
—
WebAssembly has become a very popular target platform for C++ developers. Thanks to emscripten, porting native applications to WebAssembly is easy — as long as the application only uses the browser as a display and input device. However, emscripten does…
WebAssembly has become a very popular target platform for C++ developers. Thanks to emscripten, porting native applications to WebAssembly is easy — as long as the application only uses the browser as a display and input device. However, emscripten does…
How can I get my FileSavePicker to open in the same folder that was picked by the FileOpenPicker or FolderPicker?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How can I get my FileSavePicker to open in the same folder that was picked by the FileOpenPicker or FolderPicker?
Make them all share the same settings identifier.
Просто о сложном — пишем тесты с Google C++ Testing Framework (GTest, GMock)
Источник: Habr
Автор: KudryashovDA
Источник: Habr
Автор: KudryashovDA
Хабр
Просто о сложном — пишем тесты с Google C++ Testing Framework (GTest, GMock)
Всем привет. Недавно по работе возникла потребность разобраться с созданием новых тестов на GTest/GMock. Конкретно мой вопрос был связан с его конструкциями типа EXPECT_CALL и моками - что это за...