Click here to Skip to main content
15,887,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: linear linked list node delete Pin
elchupathingy6-Aug-10 7:57
elchupathingy6-Aug-10 7:57 
AnswerRe: linear linked list node delete Pin
Aescleal6-Aug-10 8:01
Aescleal6-Aug-10 8:01 
GeneralRe: linear linked list node delete Pin
Maximilien6-Aug-10 9:13
Maximilien6-Aug-10 9:13 
GeneralRe: linear linked list node delete Pin
rupeshkp7286-Aug-10 9:42
rupeshkp7286-Aug-10 9:42 
GeneralRe: linear linked list node delete Pin
Orjan Westin6-Aug-10 13:58
professionalOrjan Westin6-Aug-10 13:58 
GeneralRe: linear linked list node delete Pin
Aescleal6-Aug-10 21:16
Aescleal6-Aug-10 21:16 
GeneralRe: linear linked list node delete Pin
rupeshkp7286-Aug-10 21:51
rupeshkp7286-Aug-10 21:51 
GeneralRe: linear linked list node delete Pin
Iain Clarke, Warrior Programmer8-Aug-10 21:34
Iain Clarke, Warrior Programmer8-Aug-10 21:34 
Aescleal wrote:
Pointer and array questions are on my list of danger sign questions


Well, they'd both be high on my list of questions to ask.

Can you grok pointers? You don't have to be a complete C head and do them in your sleep, but if you can't handle the abstract thought needed, then there's little point in wasting any more of each others time. It's one of those "you either get it, or you don't things".

In STL, you still have:
iter++;
iter->DoStuff ();


which is at the least, pointer-esque.

Asking about linked lists was a self contained scenario - and again demonstrates a bit of abstract thinking.

As for singleton stuff? My last job wrote software dealing with real physical machines. I used a few singletons. I used it rarely, but it was essential to have the concept. I wouldn't penalise someone if they knew the idea, but not the magic word.

Thread safety, exceptions, etc would also make it on my list - I hope that reassures you!

Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!

QuestionOnLButtonDblClk In TabControl Pin
mohit`126-Aug-10 5:33
mohit`126-Aug-10 5:33 
QuestionTabControl Problem in FromView Pin
mohit`126-Aug-10 5:24
mohit`126-Aug-10 5:24 
AnswerRe: TabControl Problem in FromView Pin
tanu misra7-Aug-10 1:02
tanu misra7-Aug-10 1:02 
GeneralRe: TabControl Problem in FromView Pin
mohit`1211-Aug-10 5:11
mohit`1211-Aug-10 5:11 
AnswerRe: TabControl Problem in FromView Pin
tanu misra7-Aug-10 1:05
tanu misra7-Aug-10 1:05 
JokeRe: TabControl Problem in FromView Pin
Iain Clarke, Warrior Programmer8-Aug-10 21:36
Iain Clarke, Warrior Programmer8-Aug-10 21:36 
GeneralRe: TabControl Problem in FromView Pin
mohit`129-Aug-10 4:47
mohit`129-Aug-10 4:47 
QuestionGetQueuedCompletionStatus blocks, though GetLastError which is called after AcceptEx returns ERROR_IO_PENDING [modified] Pin
followait6-Aug-10 4:59
followait6-Aug-10 4:59 
AnswerRe: GetQueuedCompletionStatus blocks, though GetLastError which is called after AcceptEx returns ERROR_IO_PENDING Pin
Moak7-Aug-10 7:02
Moak7-Aug-10 7:02 
QuestionQueue Mouse event till process completes. Pin
Member 38346306-Aug-10 3:58
Member 38346306-Aug-10 3:58 
AnswerRe: Queue Mouse event till process completes. Pin
Sauro Viti6-Aug-10 4:27
professionalSauro Viti6-Aug-10 4:27 
AnswerRe: Queue Mouse event till process completes. Pin
Richard MacCutchan6-Aug-10 4:45
mveRichard MacCutchan6-Aug-10 4:45 
GeneralRe: Queue Mouse event till process completes. Pin
Member 383463011-Aug-10 3:59
Member 383463011-Aug-10 3:59 
GeneralRe: Queue Mouse event till process completes. Pin
Richard MacCutchan11-Aug-10 5:13
mveRichard MacCutchan11-Aug-10 5:13 
QuestionConnecting multi-webcam to perform perspective reconstruction Pin
ponyta6-Aug-10 0:25
ponyta6-Aug-10 0:25 
AnswerRe: Connecting multi-webcam to perform perspective reconstruction Pin
Sauro Viti6-Aug-10 0:43
professionalSauro Viti6-Aug-10 0:43 
QuestionRe: Connecting multi-webcam to perform perspective reconstruction Pin
ponyta6-Aug-10 3:19
ponyta6-Aug-10 3:19 

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.