Search
1000 results for “cpp”
-
C++ isn't a serious language.
today's bullshit:
template<typename T, typename U, U T::* Member>
struct get_offset {
static constexpr size_t offset = offsetof(T, Member);
};struct Example {
int x;
};const size_t N = get_offset<Example, int, &Example::x>::offset;
This doesn't compile with clang. because...
1/2
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Fix Your Hardest Bugs With Ease With Time Travel Debugging by Greg Law
https://cpponsea.uk/2024/sessions/fix-your-hardest-bugs-with-ease-with-time-travel-debugging
Register now at https://cpponsea.uk/tickets/
-
Техникум: Как Проинициализировать Микроконтроллер [часть 2]
Программа это реализация алгоритма. А алгоритм это упорядоченная последовательность действий. Поэтому очень большое значение имеет правильный порядок исполнения программы. В этом тексте я написал как автоматически выявить правильную последовательность инициализации
https://habr.com/ru/articles/830964/
#init #graphviz #tsort #sort #компиляторы #cygwin #uniq #GNU_make #dot #cpp
-
Are you tired of dealing with different C++ compilers for every platform, cmake/make/shell build scripts, and dealing with static libraries? Me too!
I'm currently working on a #cpp project manager that aims to unify these aspects into one tool (heavily inspired by #rust 's Cargo tool).
I hope that it may prove useful!
-
Hello everyone.
In today's article, we are performing ip and ethernet sniffing with c++.
I wish everyone good work and reading.
https://denizhalil.com/2024/12/30/network-monitoring-cpp-ip-ethernet/#cppnetworking #cppprogramming #cppprogramming #cybersecuritytools #ethernetsniffing #ippacketanalysis #networkanalysis #networksecurity
-
hello everyone.
in today's article we are writing a port scanner tool with c++.I wish everyone a good reading and work.
https://denizhalil.com/2024/12/11/build-cpp-port-scanner-tool/#cppprogramming #cybersecuritytools #ethicalhacking #networksecurity #portscanner #socketprogramming
-
C++OnSea 2025 SESSION ANNOUNCEMENT: Missing (and future?) C++ Range Concepts by @foonathan
https://cpponsea.uk/2025/session/missing-and-future-cpp-range-concepts
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2025 SESSION ANNOUNCEMENT: Missing (and future?) C++ Range Concepts by @foonathan
https://cpponsea.uk/2025/session/missing-and-future-cpp-range-concepts
Register now at https://cpponsea.uk/tickets/
-
What Is a Range in C++? – by @simontoth – C++ on Sea 2024
-
What Is a Range in C++? – by @simontoth – C++ on Sea 2024
-
What Is a Range in C++? – by @simontoth – C++ on Sea 2024
-
What Is a Range in C++? – by @simontoth – C++ on Sea 2024
-
What Is a Range in C++? – by @simontoth – C++ on Sea 2024
-
What Is a Range in C++? – by @simontoth – C++ on Sea 2024
-
This codebase I'm working with is frustrating. It was supposed to be C++, but barely qualifies as C. A mess of malloc, free, leaking memory, leaking file handles, custom implementation of threading, and every 6 lines is a #ifdef making it difficult to follow the code path.
But the thing that bugs me most isn't even a serious problem, just a strange style issue:
Every curly brace is followed by a semi-colon.
if (foo) { bar(); };
Even functions, so it is written like this:
int main() {
return 0;
};It doesn't harm anything, but...why do this? #cpp
-
SpdLog seems nice. Replaced log4cpp with that in a non trivial application. It looked like log4cpp has been more or less abandoned. Lots of fun to modernize this thing which hasn’t been touched since 2016. All kinds of pretty weird dependencies also makes it interesting. But logging is sorted out now. Also moving from boost:: to std:: for things that have been moved there over the years. Maybe it’s also time to upgrade the used C++ standard from C++11 to something newer.
-
Megadap Unveils World’s First Leica M to Canon RF Autofocus Adapter https://petapixel.com/2026/02/26/megadap-unveils-worlds-first-leica-m-to-canon-rf-autofocus-adapter/ #cpplus2026 #Equipment #adapter #canonrf #Megadap #leicam #News #m2rf
-
Hi folks! ✌️ I have a couple of news about the game about the bird Birdy 🐦📰
I've add Jorik 🐧 to "Walking through street" mini-game, and changed the Birdy's hair color.
The new version you can already download from the Birdy's Codeberg page 🏔️👉 https://codeberg.org/xolatgames/Birdy-wants-crisps/releases/tag/v1.4.2
And also, I upload it to my website soon.
See you soon! 😉👋
#cpp #cpluplus #box2d #sdl #sdl2 #codelite #cmake #cmake3 #codeberg #opensource #game #games #2d #inkscape #tiled #TiledMapEditor #appimage #gamedev #adventure #gnumake
-
Hi folks! ✌️ I have a couple of news about the game about the bird Birdy 🐦📰
I've add Jorik 🐧 to "Walking through street" mini-game, and changed the Birdy's hair color.
The new version you can already download from the Birdy's Codeberg page 🏔️👉 https://codeberg.org/xolatgames/Birdy-wants-crisps/releases/tag/v1.4.2
And also, I upload it to my website soon.
See you soon! 😉👋
#cpp #cpluplus #box2d #sdl #sdl2 #codelite #cmake #cmake3 #codeberg #opensource #game #games #2d #inkscape #tiled #TiledMapEditor #appimage #gamedev #adventure #gnumake
-
C++OnSea 2025 SESSION ANNOUNCEMENT: Beyond Sequential Consistency by Christopher Fretz
https://cpponsea.uk/2025/session/beyond-sequential-consistency
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2025 SESSION ANNOUNCEMENT: Beyond Sequential Consistency by Christopher Fretz
https://cpponsea.uk/2025/session/beyond-sequential-consistency
Register now at https://cpponsea.uk/tickets/