Lounge - May 2024

I wrote a strrstr()
 
Just because. https://stackoverflow.com/a/78527348/2706707 If I made a major fail I’m sure the nice folks at SO will let me know, so, feel free to roast...
[17 replies] Last: If compiled for 32 bit (as opposed to 64 bit above) then the average t... (by seeplus)
Pipes, pipes and yet more pipes
 
https://www.cppstories.com/2024/pipe-operator/ Is C++ becoming/is too complicated?
[5 replies] Last: It seems to me that the overall goal for C++ is to be able to write m... (by keskiverto)
Finally switched to Linux Mint (1,2,3)
 
Got a new PC (finally) and since it is really nice, modern hardware I am finally making the move from Windows. I liked Windows 7. Very clean, good OS. Windo...
[51 replies] Last: That's too complicated for me, I use windows in virt-manager for same... (by keskiverto)
Happy (belated) 60th birthday Basic!
 
https://arstechnica.com/gadgets/2024/05/the-basic-programming-language-turns-60/ My first introduction to programming was using HP's version of Dartmouth Bas...
[12 replies] Last: I had a C=128, a souped-up version of C=64, several C=1541 floppy driv... (by George PlusPlus)
functional/monadic extensions of std::expected
 
https://www.cppstories.com/2024/expected-cpp23-monadic/ It's C++ - but not as we know it!
[2 replies] Last: Great. I can’t stand monads. They contaminate everything they touch. (by Duthomhas)
Daily bit(e) of C++ | Optimizing code to run 87x faster
 
https://simontoth.substack.com/p/daily-bite-of-c-optimizing-code-to
[11 replies] Last: Ah, I misread. IDK. Good question. (by Duthomhas)
by helios
Bad Apple!!
 
I made a thing. https://www.youtube.com/watch?v=rt5VUOLRues https://github.com/Helios-vmg/spindafy Check out the video I linked in the description or it won'...
[7 replies] Last: I'm thinking a good strategy is to get a histogram of the selected pat... (by helios)
Understand internals of std::expected
 
https://www.cppstories.com/2024/expected-cpp23-internals/
[no replies]
Made the mistake of trying to help out at SO again.
 
I guess I’ll never learn. https://stackoverflow.com/questions/78396197/is-there-a-cleaner-way-to-write-this-c-code Closed as “opinion-based”. ...
[4 replies] Last: Then we can pull it all together in: main.c #include <iso646.h> #... (by Duthomhas)
UB in STL
 
It bugs me that parts of the Ranges library allows UB, or doesn't have bounds checking. Given the recent criticism of C++ being an "unsafe language", I wonder w...
[15 replies] Last: @Peter87 Thanks for your great post :+) I don't think I have ever us... (by TheIdeasMan)
  Archived months: [apr2024] [jun2024]

This is an archived page. To post a new message, go to the current page.