CLion 2023.1 EAP Adds Support for vcpkg and Improves the Attach to Process Dialog
Источник: Clion Blog
Источник: Clion Blog
The JetBrains Blog
CLion 2023.1 EAP Adds Support for vcpkg and Improves the Attach to Process Dialog | The CLion Blog
Support for vcpkg, a new action for adding C++20 modules, an improved Attach to Process dialog, better refactorings.
Argument-Dependent Lookup and the Hidden Friend Idiom -- Rainer Grimm
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Generating Parsers in C++ with Maphoon - Part 1 of 2 - Hans de Nivelle - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
Generating Parsers in C++ with Maphoon - Part 1 of 2 - Hans de Nivelle - CppCon 2022
https://cppcon.org/
---
Generating Parsers in C++ with Maphoon - Part 1 of 2 - Hans de Nivelle - CppCon 2022
https://github.com/CppCon/CppCon2022
We introduce a tool for generating parsers in C++, and use it to demonstrate theory-based bottom-up parsing.…
---
Generating Parsers in C++ with Maphoon - Part 1 of 2 - Hans de Nivelle - CppCon 2022
https://github.com/CppCon/CppCon2022
We introduce a tool for generating parsers in C++, and use it to demonstrate theory-based bottom-up parsing.…
Pure Virtual Cast // news // 20.01.2023 #cpp #cpprussia #cpprussia2023 #rust
Источник: C++ User Group
Источник: C++ User Group
YouTube
Pure Virtual Cast // news // 20.01.2023 #cpp #cpprussia #cpprussia2023 #rust
Ближайшая конференция: С++ Russia 2023, 11–12 мая (Online), 23–24 мая (Offline)
Подробности и билеты: https://bit.ly/3Fd9qlf
— Анонс С++ Russia 2023 и другие новости.
Подкаст Pure Virtual Cast также доступен на других площадках:
SoundCloud: https://s…
Подробности и билеты: https://bit.ly/3Fd9qlf
— Анонс С++ Russia 2023 и другие новости.
Подкаст Pure Virtual Cast также доступен на других площадках:
SoundCloud: https://s…
How can I call a method on a derived class from a base class, say, to get a strong reference to the containing object?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How can I call a method on a derived class from a base class, say, to get a strong reference to the containing object?
A variety of patterns are available.
Generating Parsers in C++ with Maphoon (& Tokenizers) - Part 2 of 2 - Hans de Nivelle - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
Generating Parsers in C++ with Maphoon (& Tokenizers) - Part 2 of 2 - Hans de Nivelle - CppCon 2022
https://cppcon.org/
---
Generating Parsers and Tokenizers in C++ with Maphoon - Hans de Nivelle - CppCon 2022
https://github.com/CppCon/CppCon2022
We introduce a tool (called Maphoon) for generating parsers in C++, and use it to demonstrate bottom-up parsing…
---
Generating Parsers and Tokenizers in C++ with Maphoon - Hans de Nivelle - CppCon 2022
https://github.com/CppCon/CppCon2022
We introduce a tool (called Maphoon) for generating parsers in C++, and use it to demonstrate bottom-up parsing…
How can I call a method on a derived class from a base class, say, to get a strong reference to the containing object?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How can I call a method on a derived class from a base class, say, to get a strong reference to the containing object?
Suppose you have a base class, and you want to get a strong reference to your derived class. You may need to do this, for example, if your base class has a method which is a coroutine, and it needs to retain a strong reference to itself so that it can extend…