Search
1000 results for “cpp”
-
@jakehamilton #nixpkgs is also the part with need forking the least as Eelco didn't contribute much to it anyways. The problems were all in #cppnix so the community should focus on forking it
-
I have been learning how to control the console with c++ in class. I hate it. It's so hard. Like, html just works and is easier, why not learning that?? CSS is cool, Qt has something similar to CSS i guess
I just dont like things not being cross compatible between different OS.
Now i just discovered ncurses, life is paradise now xd
I am just starting but feel like i can now create utlra cool UIs with it
It is so way easier to write that than to write with the teachers library that only works on windows
For now, it only works on linux, but it is not that hard to make it portable apparently
-
How can I write a C++/WinRT IAsyncOperation<T> where T is not a Windows Runtime type?, part 2 | by Raymond Chen.
https://devblogs.microsoft.com/oldnewthing/20250904-00/?p=111557
-
How can I write a C++/WinRT IAsyncOperation<T> where T is not a Windows Runtime type?, part 1 | by Raymond Chen.
https://devblogs.microsoft.com/oldnewthing/20250903-00/?p=111546
-
PSA!
To those who were suffering from IDE crashes in VS2022.10 Preview 1 and ReSharper C++ 2023.3.3 (like me):
Apparently, those are gone with VS2022.10 Preview 2 and ReSharper C++ 2023.3.4 (both out as of today)
-
Returned to C++ programming after needing 25+ attempts to make one basket, while my wife made at least five in the meantime. 😓
"Play to your strengths" is how I consoled myself. 😁
EDIT: I bought that thing, brand new still in box, for $4 at Goodwill. Came with an inflatable ball, includes a shot counter, and weird voice interrupts that I can't figure out.
I hang it in my home office for healthy distraction. Visitors love it too.
-
Back to #cpp and #openframeworks after a long time off. Why does it always have to be such a drag getting back into the groove with it? Feels like I'm coding with ten big toes, not even ten thumbs.
-
Giới thiệu các tính năng độc đáo của thư viện C++ DataFrame dành cho phân tích dữ liệu hiệu năng cao. Đây là công cụ mã nguồn mở mạnh mẽ, hỗ trợ xử lý dữ liệu dạng bảng (table), chuỗi thời gian (time-series) với tốc độ vượt trội của C++. Thư viện cung cấp nhiều thuật toán thống kê, tài chính và khả năng thao tác dữ liệu linh hoạt tương tự như Pandas nhưng tối ưu hơn về bộ nhớ.
#Cpp #DataFrame #OpenSource #Programming #DataAnalysis #LapTrinh #PhanTichDuLieu #MaNguonMo
-
Alberta's Pension Plan feud escalates amid public feedback panel'.
Smith’s UCP government says an AB plan would deliver better returns and lower payments.
Other economists and the #CPP board say the estimate is based on an absurd calculation that Alberta will get half of all C-P-P assets if it leaves the plan.
Danni and The Grifters 'don't do math....
https://calgary.citynews.ca/2023/10/24/albertas-pension-plan-feud-escalates-amid-public-feedback-panel/
#abpoli #UCP #CPP #BadMath -
May I make you aware of the phantastic @compiler_explorer, that totally indispensable tool to every software developer - the brainchild of @mattgodbolt ?
I can speak only as an average C++ developer who works at a small company, and who happens to be stranded in the C++ committee.
For my own experiments, I have a personal bookmark in my browser called "C++23 playground" as a starting point for for more elaborate adventures in the C++ lands. May be, it helps you as well:
https://godbolt.org/z/Mz96j16nx
To the best of my knowledge, the provided flags will give you some highly recommended defaults for compiler diagnostics and maximum language conformance, in the three major implementations Clang/libc++, GCC/libstdc++, and MSVC/MS-STL. Maybe you'll get some inspiration for your daily grind.
Please support Matt and the entire CE team 🤘, f.e. by getting some swag that we nerds can proudly present in the public and wear as protective gear ☺️
Visit https://shop.compiler-explorer.com/promo/BLACKFRIDAY 🤩
-
"device with unknown new version of Micronucleus detected.This tool doesn't know how to upload to this new device. Updates may be available.Device reports version as: 2.2"
That's a really interesting error message. I'm getting that when I try to use my ATTiny88 on my Linux Mint laptop using the Arduino IDE .
Hmm.... This $2 SBC from China is proving most problematic! I'll probably give it another day or two before putting it in the box of problem devices which I'll probably go though in a couple of years when software has all caught up and rendered them useful.
To me, if it doesn't work pretty quickly then it's not worth more of my time as I could be spending that time on other devices that will work.
-
Value semantics at scale with #Cpp github.com/arximboldi/i... #rustlang equivalent github.com/orium/rpds should not be too difficult to make #RStats bindings of any of the two #immutability #headerOnly #Cpp14
GitHub - arximboldi/immer: Pos... -
Value semantics at scale with #Cpp
https://github.com/arximboldi/immer#rustlang equivalent https://github.com/orium/rpds
should not be too difficult to make #RStats bindings of any of the two
#immutability #headerOnly #Cpp14 -
What Happens After The Compiler in C++ (How Linking Works) – by @knatten – C++ on Sea 2023
https://www.youtube.com/watch?v=h4s891KVN80
#coding #compilers #cpp #linkers #programming #softwareengineering -
ACCU on Sea 2026 SESSION ANNOUNCEMENT: High-Throughput Servers in C++ - What Actually Scales by Shreyansh Jain
https://accuonsea.uk/2026/sessions/high-throughput-servers-in-cpp-what-actually-scales/
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: High-Throughput Servers in C++ - What Actually Scales by Shreyansh Jain
https://accuonsea.uk/2026/sessions/high-throughput-servers-in-cpp-what-actually-scales/
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: High-Throughput Servers in C++ - What Actually Scales by Shreyansh Jain
https://accuonsea.uk/2026/sessions/high-throughput-servers-in-cpp-what-actually-scales/
Register now at https://accuonsea.uk/tickets/
-
ACCU on Sea 2026 SESSION ANNOUNCEMENT: High-Throughput Servers in C++ - What Actually Scales by Shreyansh Jain
https://accuonsea.uk/2026/sessions/high-throughput-servers-in-cpp-what-actually-scales/
Register now at https://accuonsea.uk/tickets/
-
Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!
-
Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!
-
Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!
-
Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!
-
Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!
-
C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!
-
C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!
-
C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!
-
C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!
-
C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!
-
#FlatGeobuf is an efficient #geodata format.
FlatGeobuf is based on flatbuffers, using the concept to encode standard Simple Features used in common #GIS systems, including #OSM, in binary. FlatGeobuf strikes a balance between speed and size, making it useful for both storage and live usage. FlatGeobuf supports several languages, including #Cpp, #JavaScript, #Java, and #Rust.
Website 🔗️: https://github.com/flatgeobuf/flatgeobuf
#free #opensource #foss #fossmendations #library #map #mapping
-
C++OnSea 2025 SESSION ANNOUNCEMENT: Rethink Polymorphism in C++ by Nicolai Josuttis
https://cpponsea.uk/2025/session/rethink-polymorphism-in-cpp
Register now at https://cpponsea.uk/tickets/