🍌
C++ Feed
@cpp_aggregator
310
subscribers
218
photos
12.7K
links
Агрегатор всего подряд про C++.
Для связи:
@smertig
Powered by
https://github.com/Smertig/banana
Download Telegram
Join
🍌
C++ Feed
310 subscribers
🍌
C++ Feed
Qt Creator 6.0.2 released
Источник:
Qt Blog
👍
👎
🍌
C++ Feed
Android NDK компиляция OpenCPN
Источник:
Habr
Автор:
ignat99
👍
👎
🍌
C++ Feed
The error code you get might not be the one you want
Источник:
The Old New Thing
The Old New Thing
The error code you get might not be the one you want
A customer was following the instructions on how to create a register a background task from a Win32 desktop app, but they found that the sample code failed with an exception: bool taskRegistered = false; std::wstring sampleTaskName = L"SampleTask"; auto…
👍
👎
🍌
C++ Feed
Back to Basics: Designing Classes (part 1 of 2) - Klaus Iglberger - CppCon 2021
Источник:
CppCon
YouTube
Back to Basics: Designing Classes (part 1 of 2) - Klaus Iglberger - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Designing good, maintainable classes is a challenge. Sometimes it even feels like there is a decision to make in every single line of code. This talk will help you master this challenge. It will…
👍
👎
🍌
C++ Feed
Разработка веб приложений на С++
Источник:
Habr
Автор:
SanyaZ7
Хабр
Разработка веб приложений на C/С++
В этой статье я бы хотел рассказать про создание веб приложений на С/С++ с использованием стека Nginx+fastcgi. Если быть более точным, то статья больше относится к сайтам, то есть к отдаче контента....
👍
👎
🍌
C++ Feed
[Перевод] Капля здравого смысла для Windows-разработки на C и C++
Источник:
Habr
Автор:
ru_vds
Хабр
Капля здравого смысла для Windows-разработки на C и C++
Суровая действительность разработки на C и C++ для Windows такова: для этой платформы никогда не существовало качественной, нативной реализации стандартной библиотеки этих языков. Стандартная...
👍
👎
1
🍌
C++ Feed
The economist’s $100 bill, and the virtue of consistency
Источник:
Arthur O’Dwyer
quuxplusone.github.io
The economist’s $100 bill, and the virtue of consistency
Two economists are walking down the street. One of them notices
what appears to be a $100 bill just lying on the sidewalk, and
points it out to the other. “Nonsense,” declares his friend.
“If that were a real $100 bill, someone would have picked it
up already.”
👍
👎
🍌
C++ Feed
The mystery of the crash that seems to be on a std::move operation
Источник:
The Old New Thing
Microsoft News
The mystery of the crash that seems to be on a std::move operation
But is that really what's happening?
👍
👎
🍌
C++ Feed
Back to Basics: Designing Classes (part 2 of 2) - Klaus Iglberger - CppCon 2021
Источник:
CppCon
YouTube
Back to Basics: Designing Classes (part 2 of 2) - Klaus Iglberger - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
This is part 2 of a 2 part talk. Part 1 available here: https://youtu.be/q_n0pWyiqUA
Designing good, maintainable classes is a challenge. Sometimes it even feels like there is a decision to make…
👍
👎
🍌
C++ Feed
Parameter Hints and Type Hints
Источник:
Clion Blog
The JetBrains Blog
Parameter Hints and Type Hints | The CLion Blog
In this video, we show how CLion’s parameter hints and type hints help with reading and understanding C++ code, using a practical example. Parameter hints give the developer useful additional informat
👍
👎
🍌
C++ Feed
An Update of my Book "Concurreny with Modern C++"
Источник:
Modernes C++ -
ModernesCpp.com
Modernescpp
An Update of my Book "Concurrency with Modern C++" - ModernesCpp.com
👍
👎
🍌
C++ Feed
Pure Virtual Cast // nullptr // 20.01.2022 #cpp
Источник:
C++ User Group
YouTube
Pure Virtual Cast // nullptr // 20.01.2022 #cpp
Ближайшая конференция:
C++ Russia 2022 — 6-8 июня.
Подробности и билеты: https://bit.ly/3Fm6bGr
— Ближайшая конференция:
C++ Russia 2022 — 6-9 июня.
Подробности и билеты: https://bit.ly/3Fm6bGr
—
👍
👎
🍌
C++ Feed
Finding the second largest element in a range
Источник:
Marius Bancila's Blog
Marius Bancila's Blog | About code. Mostly on C++
Finding the second largest element in a range
Explore different solutions for finding the second largest element in a range in C++
👍
👎
🍌
C++ Feed
Fixing the crash that seems to be on a std::move operation
Источник:
The Old New Thing
Microsoft News
Fixing the crash that seems to be on a std::move operation
Getting the order of evaluation to be what you want.
👍
1
👎
🍌
C++ Feed
Failing Successfully: Reporting and Handling Errors - Robert Leahy - CppCon 2021
Источник:
CppCon
YouTube
Failing Successfully: Reporting and Handling Errors - Robert Leahy - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Writing code which successfully accomplishes a task is difficult. Four year software engineering degrees are, after all, spent learning something of substance. This difficulty only compounds as…
👍
👎
🍌
C++ Feed
Configuration, Extension, Maintainability - Titus Winters - CppCon
Источник:
CppCon
YouTube
Configuration, Extension, Maintainability - Titus Winters - CppCon
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Configurability should be considered a potential design smell, especially for systems and interfaces that will be in use for a long time. As an unfortunate result, “No, please don’t add that feature”…
👍
👎
🍌
C++ Feed
2022-01 Mailing Available
Источник:
isocpp.org
(Standard C++)
👍
1
👎
🍌
C++ Feed
Asimov, programming and the meta ladder
Источник:
Eli Bendersky's website
👍
👎
🍌
C++ Feed
Back to Basics: Pointers - Mike Shah - CppCon 2021
Источник:
CppCon
YouTube
Back to Basics: Pointers - Mike Shah - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Pointers are scary. Unfortunately that previous statement is what many beginners take away when first learning about pointers and the C++ language. In this talk, we will discuss the low level foundations…
👍
👎
🍌
C++ Feed
Bind pose stripping
Источник:
Nicholas Frechette's Blog
👍
👎
🍌
C++ Feed
Which Programming Paradigm Gives the Most Expressive Code?
Источник:
Fluent C++
Fluent C++
Which Programming Paradigm Gives the Most Expressive Code?
Expressive code in C++
👍
👎