Click here to Skip to main content
15,895,256 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: Win 11 Start Menu... How's your Win 10 Menu? Pin
Kornfeld Eliyahu Peter25-Jul-21 21:23
professionalKornfeld Eliyahu Peter25-Jul-21 21:23 
GeneralRe: Win 11 Start Menu... How's your Win 10 Menu? Pin
Marc Clifton26-Jul-21 0:55
mvaMarc Clifton26-Jul-21 0:55 
GeneralRe: Win 11 Start Menu... How's your Win 10 Menu? Pin
DerekT-P26-Jul-21 1:51
professionalDerekT-P26-Jul-21 1:51 
GeneralRe: Win 11 Start Menu... How's your Win 10 Menu? Pin
Richard Andrew x6426-Jul-21 3:00
professionalRichard Andrew x6426-Jul-21 3:00 
GeneralRe: Win 11 Start Menu... How's your Win 10 Menu? Pin
PIEBALDconsult26-Jul-21 6:26
mvePIEBALDconsult26-Jul-21 6:26 
GeneralRe: Win 11 Start Menu... How's your Win 10 Menu? Pin
matblue2527-Jul-21 6:06
professionalmatblue2527-Jul-21 6:06 
GeneralRe: Win 11 Start Menu... How's your Win 10 Menu? Pin
Mike (Prof. Chuck)27-Jul-21 21:01
professionalMike (Prof. Chuck)27-Jul-21 21:01 
QuestionAm I being too perfectionist? Pin
honey the codewitch25-Jul-21 18:41
mvahoney the codewitch25-Jul-21 18:41 
I can't use the STL in my IoT projects because it's not really all there and/or properly implemented on a lot of platforms, particularly those covered by the Arduino framework.

To that end, I've developed some basic data structures because I needed them. Just simple stuff, like a linked list and a hash table/dictionary. Everything works except for the dictionary's enumerator/iterator.

For the life of me I can't track down why I'm getting fed a bad (non-null) pointer and I'm about ready to give up on it to the point where I want to rewrite the whole thing.

There is another option. I can simply not have an enumerator/iterator. That would be reasonable considering I probably won't need one for the project I built this for in mind.

But I can't bring myself to do it. It just seems intolerably incomplete to me. What kind of container can't be enumerated/iterated (aside from some multithreaded containers which have good reasons not to), so I'm still hammering away at it.

Is this ridiculous? Enumeration/iteration is a core part of any container, and I'd feel really shady releasing this upon the world without one, but maybe that's just me. What do you think?
Real programmers use butterflies

GeneralRe: Am I being too perfectionist? Pin
harold aptroot25-Jul-21 20:54
harold aptroot25-Jul-21 20:54 
GeneralRe: Am I being too perfectionist? Pin
honey the codewitch26-Jul-21 1:04
mvahoney the codewitch26-Jul-21 1:04 
AnswerRe: Am I being too perfectionist? Pin
Nelek25-Jul-21 23:54
protectorNelek25-Jul-21 23:54 
AnswerRe: Am I being too perfectionist? Pin
k505426-Jul-21 3:47
mvek505426-Jul-21 3:47 
GeneralRe: Am I being too perfectionist? Pin
honey the codewitch26-Jul-21 4:06
mvahoney the codewitch26-Jul-21 4:06 
GeneralRe: Am I being too perfectionist? Pin
Randor 26-Jul-21 6:22
professional Randor 26-Jul-21 6:22 
AnswerRe: Am I being too perfectionist? Pin
Super Lloyd26-Jul-21 13:47
Super Lloyd26-Jul-21 13:47 
GeneralRe: Am I being too perfectionist? Pin
honey the codewitch26-Jul-21 14:55
mvahoney the codewitch26-Jul-21 14:55 
GeneralHaving a tropical fish aquarium has a calming effect on the brain Pin
honey the codewitch25-Jul-21 16:41
mvahoney the codewitch25-Jul-21 16:41 
GeneralRe: Having a tropical fish aquarium has a calming effect on the brain Pin
11917640 Member 25-Jul-21 18:15
11917640 Member 25-Jul-21 18:15 
RantThe W3C pages Pin
Chris Maunder25-Jul-21 7:22
cofounderChris Maunder25-Jul-21 7:22 
GeneralRe: The W3C pages PinPopular
Nelek25-Jul-21 8:46
protectorNelek25-Jul-21 8:46 
GeneralRe: The W3C pages Pin
Kornfeld Eliyahu Peter25-Jul-21 10:56
professionalKornfeld Eliyahu Peter25-Jul-21 10:56 
GeneralRe: The W3C pages Pin
Nelek25-Jul-21 12:35
protectorNelek25-Jul-21 12:35 
GeneralRe: The W3C pages Pin
Jörgen Andersson25-Jul-21 20:35
professionalJörgen Andersson25-Jul-21 20:35 
GeneralRe: The W3C pages Pin
Matt McGuire29-Jul-21 4:18
professionalMatt McGuire29-Jul-21 4:18 
GeneralRe: The W3C pages Pin
Member 916705725-Jul-21 20:49
Member 916705725-Jul-21 20:49 

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.