Click here to Skip to main content
15,884,298 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: NuGet Packages Are A Lie Pin
raddevus17-May-22 5:21
mvaraddevus17-May-22 5:21 
GeneralRe: NuGet Packages Are A Lie Pin
Slow Eddie17-May-22 8:18
professionalSlow Eddie17-May-22 8:18 
GeneralHunting a unicorn Pin
CodeWraith17-May-22 3:14
CodeWraith17-May-22 3:14 
GeneralRe: Hunting a unicorn Pin
Jo_vb.net17-May-22 3:22
mvaJo_vb.net17-May-22 3:22 
GeneralRe: Hunting a unicorn Pin
Randor 17-May-22 3:37
professional Randor 17-May-22 3:37 
GeneralRe: Hunting a unicorn Pin
CodeWraith17-May-22 14:25
CodeWraith17-May-22 14:25 
GeneralRe: Hunting a unicorn Pin
Kornfeld Eliyahu Peter17-May-22 3:56
professionalKornfeld Eliyahu Peter17-May-22 3:56 
GeneralI'm refactoring my codebase... Pin
Paul Sanders (the other one)17-May-22 2:36
Paul Sanders (the other one)17-May-22 2:36 
... to get rid of all the hideous manual memory management I was using. (It's written in C++, and yes, I know I never should have done that in the first place, but let's just say I'm older and wiser now).

Anyway, I just wanted to share the fact that I'm down to ~2500 compiler errors and counting. Things are looking up. It'll be interesting shaking out the bugs though, it actually worked just fine before the big hackathon of Spring '22.

Also, just for the benefit of you C++ hounds, I find myself in an interesting position. In order to support the various platforms I want to support, I am limited to C++14 (which is actually not too bad) but, on my feeblest platform, the STL only supports C++03. That means no 'move semantics' in (most importantly) std::vector so I have rolled my own and plan to put up an article or two about that when I get my head above water.

So take cover! You have been warned! Smile | :) And now, back to work Frown | :(
Paul Sanders.
Some of my best work is in the undo buffer.

GeneralRe: I'm refactoring my codebase... Pin
OriginalGriff17-May-22 3:41
mveOriginalGriff17-May-22 3:41 
GeneralRe: I'm refactoring my codebase... Pin
Paul Sanders (the other one)17-May-22 5:04
Paul Sanders (the other one)17-May-22 5:04 
GeneralRe: I'm refactoring my codebase... Pin
OriginalGriff17-May-22 5:35
mveOriginalGriff17-May-22 5:35 
GeneralRe: I'm refactoring my codebase... Pin
Paul Sanders (the other one)17-May-22 9:40
Paul Sanders (the other one)17-May-22 9:40 
GeneralPsychic drain PinPopular
honey the codewitch17-May-22 1:20
mvahoney the codewitch17-May-22 1:20 
GeneralRe: Psychic drain Pin
Marc Clifton17-May-22 1:41
mvaMarc Clifton17-May-22 1:41 
GeneralRe: Psychic drain Pin
Craig Robbins17-May-22 2:04
Craig Robbins17-May-22 2:04 
GeneralRe: Psychic drain Pin
megaadam17-May-22 2:15
professionalmegaadam17-May-22 2:15 
GeneralRe: Psychic drain Pin
TNCaver17-May-22 3:27
TNCaver17-May-22 3:27 
GeneralRe: Psychic drain Pin
honey the codewitch17-May-22 4:53
mvahoney the codewitch17-May-22 4:53 
GeneralRe: Psychic drain Pin
MadGerbil17-May-22 3:29
MadGerbil17-May-22 3:29 
GeneralRe: Psychic drain Pin
obermd17-May-22 4:00
obermd17-May-22 4:00 
GeneralRe: Psychic drain Pin
Paul Sanders (the other one)17-May-22 5:13
Paul Sanders (the other one)17-May-22 5:13 
GeneralHow it goes when I play IoT Pin
lmoelleb17-May-22 0:15
lmoelleb17-May-22 0:15 
GeneralRe: How it goes when I play IoT Pin
charlieg17-May-22 0:30
charlieg17-May-22 0:30 
GeneralRe: How it goes when I play IoT Pin
honey the codewitch17-May-22 0:46
mvahoney the codewitch17-May-22 0:46 
GeneralRe: How it goes when I play IoT Pin
lmoelleb17-May-22 4:06
lmoelleb17-May-22 4:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.