Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to return character array from C++ DLL to VB 6.0 DLL Pin
Ashish Chauhan20-May-05 21:18
Ashish Chauhan20-May-05 21:18 
GeneralRe: How to return character array from C++ DLL to VB 6.0 DLL Pin
David Crow23-May-05 2:00
David Crow23-May-05 2:00 
Generaltelnet Pin
ben y20-May-05 3:45
ben y20-May-05 3:45 
GeneralRe: telnet Pin
Tom Wright20-May-05 5:08
Tom Wright20-May-05 5:08 
GeneralSimple question about STL list class Pin
Budric B.20-May-05 3:31
Budric B.20-May-05 3:31 
GeneralAlso... Pin
Budric B.20-May-05 3:35
Budric B.20-May-05 3:35 
GeneralOoops Pin
Budric B.20-May-05 3:39
Budric B.20-May-05 3:39 
GeneralRe: Simple question about STL list class Pin
Cedric Moonen20-May-05 3:43
Cedric Moonen20-May-05 3:43 
Replace all the pop_front() by pop_back().
What you are doing here is reading the last element of the list then removing the first one. Then reading again the last (which is of course the same because you removed the first and not the last one).

Hope this helps...
Generalpocket pc application Pin
Mohanraj.K20-May-05 3:22
Mohanraj.K20-May-05 3:22 
GeneralPocket PC application development Pin
Mohanraj.K20-May-05 3:20
Mohanraj.K20-May-05 3:20 
GeneralRe: Pocket PC application development Pin
GDavy20-May-05 8:17
GDavy20-May-05 8:17 
QuestionHeight of status bar? Pin
One Stone20-May-05 3:15
One Stone20-May-05 3:15 
AnswerRe: Height of status bar? Pin
toxcct20-May-05 3:17
toxcct20-May-05 3:17 
AnswerRe: Height of status bar? Pin
Ravi Bhavnani20-May-05 6:01
professionalRavi Bhavnani20-May-05 6:01 
AnswerRe: Height of status bar? Pin
David Crow20-May-05 6:57
David Crow20-May-05 6:57 
AnswerRe: Height of status bar? Pin
Blake Miller20-May-05 8:55
Blake Miller20-May-05 8:55 
GeneralRe: Height of status bar? Pin
joerg-smn22-Sep-05 0:16
joerg-smn22-Sep-05 0:16 
GeneralRe: Height of status bar? Pin
Blake Miller22-Sep-05 4:07
Blake Miller22-Sep-05 4:07 
QuestionHow to package a SOAP client application? Pin
Z.J.Chen20-May-05 3:06
Z.J.Chen20-May-05 3:06 
QuestionClient not receiving FD_CLOSE notification message? Pin
arrya_amit20-May-05 3:04
arrya_amit20-May-05 3:04 
GeneralFile Mapping Pin
Dennis L20-May-05 2:55
Dennis L20-May-05 2:55 
GeneralRe: File Mapping Pin
James Brown21-May-05 9:10
James Brown21-May-05 9:10 
GeneralTo Make blank all fields on forms Pin
mikobi20-May-05 1:34
mikobi20-May-05 1:34 
GeneralRe: To Make blank all fields on forms Pin
toxcct20-May-05 1:44
toxcct20-May-05 1:44 
GeneralRe: To Make blank all fields on forms Pin
Maximilien20-May-05 2:21
Maximilien20-May-05 2:21 

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.