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

C / C++ / MFC

 
QuestionHelp me Bitwise operation! Pin
langtuvtavn7729-Nov-06 14:27
langtuvtavn7729-Nov-06 14:27 
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 
I believe the containers allocate space for the collection of types and destroys the memory for all those types. However, if the types are objects that contain dynamically allocated memory, the objects are responsible for deallocating their memory. Also, if the types are pointers to dynamically allocated objects, then you are responsible to write code to deallocate the memory.
AnswerRe: vectors and memory management Pin
Christian Graus29-Nov-06 16:11
protectorChristian Graus29-Nov-06 16:11 
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 

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.