Search
1000 results for “cpp”
-
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
-
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
-
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
-
Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. 🤔
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? 😎
You can find out in the article I wrote about the topic here:
➤ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff -
Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. 🤔
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? 😎
You can find out in the article I wrote about the topic here:
➤ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff -
Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. 🤔
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? 😎
You can find out in the article I wrote about the topic here:
➤ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff -
Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. 🤔
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? 😎
You can find out in the article I wrote about the topic here:
➤ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff -
I recently had time to update the old demo for Runtime Compiled C++, moving it from GLFW2 to GLFW3 along with fixing some warnings:
https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlusI also updated our newer demos:
RCC++ with GLFW and Dear ImGui:
https://github.com/enkisoftware/RCCpp-DearImGui-GLFW-exampleand RCC++ with DX11 and Dear ImGui:
https://github.com/dougbinks/RCCpp_DX11_Example -
Nächsten Mittwoch findet wieder die C++ User Group in Aachen statt. Wer hat Lust?
-
I reluctantly agreed last week to upgrade from JUCE 6 to JUCE 8 for DarkMark, since JUCE 8 contained some fixes that were needed to build on Mac.
But as I suspected, now we're seeing problems on Linux with JUCE 8. Need to do a bit of research and see what this error is about: "non-virtual thunk to juce::TableListBox::RowComp::paint()".
-
I reluctantly agreed last week to upgrade from JUCE 6 to JUCE 8 for DarkMark, since JUCE 8 contained some fixes that were needed to build on Mac.
But as I suspected, now we're seeing problems on Linux with JUCE 8. Need to do a bit of research and see what this error is about: "non-virtual thunk to juce::TableListBox::RowComp::paint()".
-
I reluctantly agreed last week to upgrade from JUCE 6 to JUCE 8 for DarkMark, since JUCE 8 contained some fixes that were needed to build on Mac.
But as I suspected, now we're seeing problems on Linux with JUCE 8. Need to do a bit of research and see what this error is about: "non-virtual thunk to juce::TableListBox::RowComp::paint()".
-
I reluctantly agreed last week to upgrade from JUCE 6 to JUCE 8 for DarkMark, since JUCE 8 contained some fixes that were needed to build on Mac.
But as I suspected, now we're seeing problems on Linux with JUCE 8. Need to do a bit of research and see what this error is about: "non-virtual thunk to juce::TableListBox::RowComp::paint()".
-
CW: Crass language.
@CppGuy @dusnm @sotolf @stepan
Ooof, apologies to @kirancodes for turning this into a #hellthread 😢
-
CW: Crass language.
@CppGuy @dusnm @sotolf @stepan
Ooof, apologies to @kirancodes for turning this into a #hellthread 😢
-
CW: Crass language.
@CppGuy @dusnm @sotolf @stepan
Ooof, apologies to @kirancodes for turning this into a #hellthread 😢
-
CW: Crass language.
@CppGuy @dusnm @sotolf @stepan
Ooof, apologies to @kirancodes for turning this into a #hellthread 😢
-
CW: Crass language.
@CppGuy @dusnm @sotolf @stepan
Ooof, apologies to @kirancodes for turning this into a #hellthread 😢
-
#CPPOtD Canadian Politics Poll Of The Day - Alberta Separatism edition.
Agree or Disagree with this Statement:
Were it to separate, Alberta will become, by whatever means, part of the United States within 10 years of independence from Canada.
#CanPoli #CdnPoli #never51st #Alberta #ABPoli #BoostForReach
-
#CPPOtD Canadian Politics Poll Of The Day - Alberta Separatism edition.
Agree or Disagree with this Statement:
Were it to separate, Alberta will become, by whatever means, part of the United States within 10 years of independence from Canada.
#CanPoli #CdnPoli #never51st #Alberta #ABPoli #BoostForReach
-
#CPPOtD Canadian Politics Poll Of The Day - Alberta Separatism edition.
Agree or Disagree with this Statement:
Were it to separate, Alberta will become, by whatever means, part of the United States within 10 years of independence from Canada.
#CanPoli #CdnPoli #never51st #Alberta #ABPoli #BoostForReach
-
#CPPOtD Canadian Politics Poll Of The Day - Alberta Separatism edition.
Agree or Disagree with this Statement:
Were it to separate, Alberta will become, by whatever means, part of the United States within 10 years of independence from Canada.
#CanPoli #CdnPoli #never51st #Alberta #ABPoli #BoostForReach
-
#CPPOtD Canadian Politics Poll Of The Day - Alberta Separatism edition.
Agree or Disagree with this Statement:
Were it to separate, Alberta will become, by whatever means, part of the United States within 10 years of independence from Canada.
#CanPoli #CdnPoli #never51st #Alberta #ABPoli #BoostForReach
-
#CHOC is a collection of #singleheader #Cpp libraries.
CHOC (Clean Header Only Classes) contains several libraries for performing various actions in C++. CHOC includes fast round trip float to string conversion, typed values that can be used in JSON, audio sample buffers, #UTF8 handling, code formatting, a simple wrapper for #Duktape (#JavaScript), and more.
Website 🔗️: https://github.com/Tracktion/choc
-
#cpphttplib is a #singleheader #HTTP client and server #library for #Cpp.
cpp-httplib implements HTTP client and server functionality with a straightforward interface. Starting a server is as simple as defining an action for a specified path and listening on a port. Server paths support regexes for more complex behaviour. cpp-httplib supports #HTTPS and quick static file serving.
Website 🔗️: https://github.com/yhirose/cpp-httplib
#free #opensource #foss #fossmendations #programming #networking
-
High Severity Vulnerability Discovered in CP Plus Router: Immediate Attention Needed https://thecyberexpress.com/cp-plus-router-vulnerability/ #CPPlusRouterVulnerability #TheCyberExpressNews #SessionHijacking #Vulnerabilities #CPPlusCPXRDE21S #TheCyberExpress #FirewallDaily #CIVN20250005 #HTTPsession #CyberNews
-
Discover the power of LSAN and ASAN at #CppOnSea 2024! Join Aleksei Veselovskii to dive into tips and tricks for using these tools beyond memory error detection. Enhance your debugging skills!
https://youtube.com/shorts/wioV_DjznxA
Register Now! https://cpponsea.uk/tickets
-
In my latest blog post, "From Undefined to Defined: Using std::launder in C++," you'll learn when and why you need to do your C++ laundry.
https://andreasfertig.com/blog/2026/05/from-undefined-to-defined-using-stdlaunder-in-cpp/
-
Check out my post, "Evaluation order in C++", you learn about the evaluation order in C++.
https://andreasfertig.com/blog/2023/05/evaluation-order-in-cpp-and-uniform-initialization/
-
In my latest blog post, "Best performance of a C++ singleton," you'll learn about how to control the performance of a singleton.
https://andreasfertig.com/blog/2026/03/best-performance-of-a-cpp-singleton/