Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help me Bitwise operation! Pin
Christian Graus29-Nov-06 15:15
protectorChristian Graus29-Nov-06 15:15 
GeneralRe: Help me Bitwise operation! Pin
langtuvtavn7711-Dec-06 22:21
langtuvtavn7711-Dec-06 22:21 
GeneralRe: Help me Bitwise operation! Pin
Christian Graus12-Dec-06 14:42
protectorChristian Graus12-Dec-06 14:42 
AnswerRe: Help me Bitwise operation! [modified] Pin
George L. Jackson29-Nov-06 16:07
George L. Jackson29-Nov-06 16:07 
AnswerRe: Help me Bitwise operation! Pin
Mark Salsbery29-Nov-06 17:18
Mark Salsbery29-Nov-06 17:18 
Questionvectors and memory management Pin
BlitzPackage29-Nov-06 14:26
BlitzPackage29-Nov-06 14:26 
AnswerRe: vectors and memory management Pin
George L. Jackson29-Nov-06 15:48
George L. Jackson29-Nov-06 15:48 
AnswerRe: vectors and memory management Pin
Christian Graus29-Nov-06 16:11
protectorChristian Graus29-Nov-06 16:11 
It depends.  A vector will dispose of an object, but it will not call delete, if the object was a pointer.  So, if the object is a class, and it has a destructor, it will be called.  If it's a pointer, the memory will leak if you don't delete it.



Christian Graus - C++ MVP

'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

GeneralRe: vectors and memory management Pin
George L. Jackson29-Nov-06 16:56
George L. Jackson29-Nov-06 16:56 
AnswerRe: vectors and memory management Pin
BlitzPackage30-Nov-06 8:22
BlitzPackage30-Nov-06 8:22 
QuestionUsing OnTimer in .Net Pin
LaHaHa29-Nov-06 14:19
LaHaHa29-Nov-06 14:19 
AnswerRe: Using OnTimer in .Net Pin
LaHaHa29-Nov-06 14:26
LaHaHa29-Nov-06 14:26 
GeneralRe: Using OnTimer in .Net Pin
Mark Salsbery29-Nov-06 17:20
Mark Salsbery29-Nov-06 17:20 
QuestionSTRTOK problem Pin
locoone29-Nov-06 13:19
locoone29-Nov-06 13:19 
AnswerRe: STRTOK problem Pin
Christian Graus29-Nov-06 13:34
protectorChristian Graus29-Nov-06 13:34 
GeneralRe: STRTOK problem Pin
locoone29-Nov-06 13:46
locoone29-Nov-06 13:46 
GeneralRe: STRTOK problem Pin
Christian Graus29-Nov-06 13:54
protectorChristian Graus29-Nov-06 13:54 
GeneralRe: STRTOK problem Pin
locoone29-Nov-06 13:55
locoone29-Nov-06 13:55 
GeneralRe: STRTOK problem Pin
locoone29-Nov-06 14:05
locoone29-Nov-06 14:05 
GeneralRe: STRTOK problem Pin
Christian Graus29-Nov-06 15:00
protectorChristian Graus29-Nov-06 15:00 
Questionbinary to decimal Pin
jadov29-Nov-06 13:13
jadov29-Nov-06 13:13 
AnswerRe: binary to decimal Pin
Christian Graus29-Nov-06 13:33
protectorChristian Graus29-Nov-06 13:33 
GeneralRe: binary to decimal Pin
jadov29-Nov-06 13:49
jadov29-Nov-06 13:49 
GeneralRe: binary to decimal Pin
Christian Graus29-Nov-06 13:55
protectorChristian Graus29-Nov-06 13:55 
GeneralRe: binary to decimal Pin
jadov29-Nov-06 14:08
jadov29-Nov-06 14:08 

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.