Click here to Skip to main content
15,892,674 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: Brave Browser & ZDNet Pin
raddevus22-Jun-21 5:46
mvaraddevus22-Jun-21 5:46 
GeneralRe: Brave Browser & ZDNet Pin
DRHuff22-Jun-21 7:30
DRHuff22-Jun-21 7:30 
GeneralAnalysis paralysis: Painting myself into a corner with generic programming Pin
honey the codewitch22-Jun-21 2:08
mvahoney the codewitch22-Jun-21 2:08 
GeneralRe: Analysis paralysis: Painting myself into a corner with generic programming Pin
Rage22-Jun-21 2:23
professionalRage22-Jun-21 2:23 
GeneralRe: Analysis paralysis: Painting myself into a corner with generic programming Pin
Mircea Neacsu22-Jun-21 2:57
Mircea Neacsu22-Jun-21 2:57 
GeneralRe: Analysis paralysis: Painting myself into a corner with generic programming Pin
honey the codewitch22-Jun-21 4:40
mvahoney the codewitch22-Jun-21 4:40 
GeneralRe: Analysis paralysis: Painting myself into a corner with generic programming Pin
englebart25-Jun-21 4:49
professionalenglebart25-Jun-21 4:49 
GeneralRe: Analysis paralysis: Painting myself into a corner with generic programming Pin
honey the codewitch25-Jun-21 4:51
mvahoney the codewitch25-Jun-21 4:51 
I did a thing where the main driver class holds something like that instead of as a global.

Then, each mode holds a reference to the driver class that spawned it.

Whenever the driver class switches modes it deinitializes the old mode.

Whenever a mode goes out of scope or otherwise gets deinitialized it references the driver to kill the pointer to the last mode (setting it to null) while deinitalializing.
Real programmers use butterflies

GeneralCCC Pin
pkfox21-Jun-21 21:31
professionalpkfox21-Jun-21 21:31 
GeneralRe: CCC Pin
OriginalGriff21-Jun-21 22:12
mveOriginalGriff21-Jun-21 22:12 
GeneralRe: CCC Pin
pkfox21-Jun-21 22:19
professionalpkfox21-Jun-21 22:19 
GeneralRe: CCC Pin
OriginalGriff21-Jun-21 22:41
mveOriginalGriff21-Jun-21 22:41 
GeneralRe: CCC Pin
pkfox21-Jun-21 22:53
professionalpkfox21-Jun-21 22:53 
GeneralRe: CCC Pin
OriginalGriff21-Jun-21 23:34
mveOriginalGriff21-Jun-21 23:34 
GeneralRe: CCC Pin
musefan21-Jun-21 23:31
musefan21-Jun-21 23:31 
GeneralRe: CCC Pin
pkfox22-Jun-21 0:40
professionalpkfox22-Jun-21 0:40 
GeneralRe: CCC Pin
Richard MacCutchan22-Jun-21 0:57
mveRichard MacCutchan22-Jun-21 0:57 
GeneralRe: CCC Pin
pkfox22-Jun-21 1:43
professionalpkfox22-Jun-21 1:43 
GeneralRe: CCC Pin
Richard MacCutchan22-Jun-21 1:48
mveRichard MacCutchan22-Jun-21 1:48 
GeneralRe: CCC Pin
pkfox22-Jun-21 2:51
professionalpkfox22-Jun-21 2:51 
GeneralRe: CCC Pin
Richard MacCutchan22-Jun-21 3:16
mveRichard MacCutchan22-Jun-21 3:16 
GeneralRe: CCC Pin
pkfox22-Jun-21 5:14
professionalpkfox22-Jun-21 5:14 
GeneralRe: CCC Pin
musefan22-Jun-21 2:20
musefan22-Jun-21 2:20 
GeneralAndroid google service crash Pin
JohnWong621-Jun-21 20:13
JohnWong621-Jun-21 20:13 
AnswerRe: Android google service crash Pin
OriginalGriff21-Jun-21 20:40
mveOriginalGriff21-Jun-21 20:40 

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.