🍌
C++ Feed
@cpp_aggregator
308
subscribers
218
photos
12.7K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
308 subscribers
🍌
C++ Feed
How can I build a URL query string in the Windows Runtime?
Источник:
The Old New Thing
The Old New Thing
How can I build a URL query string in the Windows Runtime?
Pretend you're submitting a form.
👍
👎
🍌
C++ Feed
2022 mid-year link clearance
Источник:
The Old New Thing
The Old New Thing
2022 mid-year link clearance
Another accumulation of stuff.
👍
👎
🍌
C++ Feed
5 years on OSS-Fuzz
Источник:
daniel.haxx.se
👍
👎
🍌
C++ Feed
Краткий обзор библиотеки so5extra с дополнениями для SObjectizer-5
Источник:
Habr
Автор:
eao197
Хабр
Краткий обзор библиотеки so5extra с дополнениями для SObjectizer-5
О проекте SObjectizer-5 мы рассказываем на Хабре уже давно и более-менее регулярно. А вот о сопутствующем ему проекте so5extra речь заходит гораздо реже и вскользь. Между тем so5extra развивается уже...
👍
👎
🍌
C++ Feed
Under what conditions can I modify the memory that I received in the form a STGMEDIUM?
Источник:
The Old New Thing
The Old New Thing
Under what conditions can I modify the memory that I received in the form a STGMEDIUM?
If you own it, then it's yours to do with as you wish.
👍
1
👎
🍌
C++ Feed
`void` versus `[[noreturn]]`
Источник:
Arthur O’Dwyer
quuxplusone.github.io
void versus [[noreturn]]
Yesterday someone on the cpplang Slack evinced confusion
over the following code:
int divide1(int a, int b) {
if (b != 0) {
return a / b;
} else {
throw std::runtime_error("div by zero");
}
}
void throw_error() {
throw s…
👍
👎
🍌
C++ Feed
GitHub Copilot
Источник:
Habr
Автор:
xhackerino
Хабр
GitHub Copilot
В современном компьютерном и интернет-мире всё взаимодействие, не только пользователей, а в общем со структурой выстраивается с помощью различных программ, интерфейсов, и подобных им оптимизированных...
👍
👎
🍌
C++ Feed
CppCon 2022 Call for Poster Submissions - Bob Steagall
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
The Advantages of Patterns
Источник:
Modernes C++ -
ModernesCpp.com
👍
👎
🍌
C++ Feed
How do top Premier League teams maximize their performance potential?
Источник:
Qt Blog
www.qt.io
How do top Premier League teams maximize their performance potential?
How are top sports teams maximizing their performance and reducing injuries by using sports sciences? And what solution is used by over 23 000 athletes in over 1 000 teams worldwide? Find out how one of the biggest Premier League teams was able to transform…
👍
👎
🍌
C++ Feed
[Перевод] Создание RESTful HTTP-запросов на C++
Источник:
Habr
Автор:
Bright_Translate
Хабр
Создание HTTP-запросов на C++
В этой статье я покажу вам, как создавать HTTP-запросы к REST-серверу с помощью библиотеки C++ Request , написанной Ху Нгуеном. При её написании мистер Нгуен во многом ориентировался на принципы...
👍
👎
🍌
C++ Feed
The case of the constructor that was being ignored
Источник:
The Old New Thing
The Old New Thing
The case of the constructor that was being ignored
Retracing the compiler's steps.
👍
👎
🍌
C++ Feed
C++ Weekly - Ep 331 - This Game Teaches C++!
Источник:
Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 331 - This Game Teaches C++!
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
Upcoming Workshops:
► C++ Best Practices Workshop, ACCU, Bristol UK, Mar 31, 2025: https://accuconference.org/
https://github.com/cpp-best-practices/travels
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere!…
👍
👎
🍌
C++ Feed
Embracing Modern C++ Safely, Book Review--Bartlomiej Filipek
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
CLion 2022.2 EAP3: CMakeCache Editor, Symbol Servers for Debug, Evaluation of...--Anastasia Kazakova
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
C++20: The Small Pearls - Rainer Grimm - CppCon 2021
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
Visual Assist | Visual Studio Plug-in -- WholeTomato
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
Advancing the State of the Art for std::unordered_map Implementations -- boost.org
Источник:
isocpp.org
(Standard C++)
👍
👎
🍌
C++ Feed
How to write like Raymond: Intentional typographical errors, part 2
Источник:
The Old New Thing
The Old New Thing
How to write like Raymond: Intentional typographical errors, part 2
I can take you there, but you'll have to fix one tiny typo. Let's see if you can do that.
👍
👎
🍌
C++ Feed
PVS-Studio для проверки лабораторных работ на C и C++
Источник:
Habr
Автор:
Andrey2008
Хабр
PVS-Studio для проверки лабораторных работ на C и C++
Встретил очередной вопрос на Stack Overflow от человека, изучающего язык C++. Количество подобных вопросов можно сократить, используя PVS-Studio. Человек сразу может получить ответ, не отвлекая...
👍
👎