Click here to Skip to main content
15,901,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Switching a toolbar from Docked to Floating without restarting app? Pin
Randor 1-Apr-22 4:26
professional Randor 1-Apr-22 4:26 
GeneralRe: Switching a toolbar from Docked to Floating without restarting app? Pin
kittmaster1-Apr-22 6:06
kittmaster1-Apr-22 6:06 
GeneralRe: Switching a toolbar from Docked to Floating without restarting app? Pin
Randor 1-Apr-22 6:32
professional Randor 1-Apr-22 6:32 
GeneralRe: Switching a toolbar from Docked to Floating without restarting app? Pin
kittmaster1-Apr-22 9:37
kittmaster1-Apr-22 9:37 
GeneralRe: Switching a toolbar from Docked to Floating without restarting app? Pin
Randor 1-Apr-22 10:13
professional Randor 1-Apr-22 10:13 
GeneralRe: Switching a toolbar from Docked to Floating without restarting app? Pin
kittmaster1-Apr-22 12:34
kittmaster1-Apr-22 12:34 
QuestionMfc Pin
D Sirisha29-Mar-22 6:52
D Sirisha29-Mar-22 6:52 
GeneralRe: Mfc Pin
David Crow29-Mar-22 7:04
David Crow29-Mar-22 7:04 
AnswerRe: Mfc Pin
CPallini29-Mar-22 20:30
mveCPallini29-Mar-22 20:30 
QuestionThere are NN people standing on a line, exactly one of them (we don’t know who) is infected with a virus. The virus spreads from one person to another if their distance is at most 2. If the infected person is chosen optimally, find the minimum (bes Pin
099_Rohan29-Mar-22 4:33
099_Rohan29-Mar-22 4:33 
AnswerRe: There are NN people standing on a line, exactly one of them (we don’t know who) is infected with a virus. The virus spreads from one person to another if their distance is at most 2. If the infected person is chosen optimally, find the minimum Pin
Victor Nijegorodov29-Mar-22 4:55
Victor Nijegorodov29-Mar-22 4:55 
AnswerRe: There are NN people standing on a line, exactly one of them (we don’t know who) is infected with a virus. The virus spreads from one person to another if their distance is at most 2. If the infected person is chosen optimally, find the minimum Pin
jeron129-Mar-22 4:58
jeron129-Mar-22 4:58 
AnswerRe: There are NN people standing on a line, exactly one of them (we don’t know who) is infected with a virus. The virus spreads from one person to another if their distance is at most 2. If the infected person is chosen optimally, find the minimum Pin
Dave Kreskowiak29-Mar-22 5:29
mveDave Kreskowiak29-Mar-22 5:29 
QuestionWhat MS SDK do you use and why? Pin
charlieg28-Mar-22 14:08
charlieg28-Mar-22 14:08 
AnswerRe: What MS SDK do you use and why? Pin
Richard MacCutchan29-Mar-22 1:26
mveRichard MacCutchan29-Mar-22 1:26 
GeneralRe: What MS SDK do you use and why? Pin
charlieg29-Mar-22 2:43
charlieg29-Mar-22 2:43 
QuestionLinked List Cleanup Pin
Calin Negru22-Mar-22 11:03
Calin Negru22-Mar-22 11:03 
AnswerRe: Linked List Cleanup Pin
Greg Utas22-Mar-22 11:26
professionalGreg Utas22-Mar-22 11:26 
GeneralRe: Linked List Cleanup Pin
Calin Negru22-Mar-22 12:30
Calin Negru22-Mar-22 12:30 
GeneralRe: Linked List Cleanup Pin
Greg Utas24-Mar-22 7:19
professionalGreg Utas24-Mar-22 7:19 
GeneralRe: Linked List Cleanup Pin
Calin Negru24-Mar-22 6:04
Calin Negru24-Mar-22 6:04 
GeneralRe: Linked List Cleanup Pin
Greg Utas24-Mar-22 6:13
professionalGreg Utas24-Mar-22 6:13 
GeneralRe: Linked List Cleanup Pin
k505424-Mar-22 7:09
mvek505424-Mar-22 7:09 
Us old-school C programmers tend to forget about the existence of references. Well done, Greg. That's far cleaner than the pointer-to-pointer version the OP presented, but does exactly the same thing.

To the OP:
On the whole though, except as a learning exercise, and some really rare, odd cases, the STL should be the way to go. It's likely to be safer, perhaps faster, and certainly far better tested than your own implementation. The STL should be part of your basic tool kit for C++ programming.
Keep Calm and Carry On

GeneralRe: Linked List Cleanup Pin
Calin Negru24-Mar-22 21:12
Calin Negru24-Mar-22 21:12 
GeneralMFC MDI Change tab styles after Addview is completed via Property Sheet Pin
kittmaster21-Mar-22 10:55
kittmaster21-Mar-22 10:55 

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.