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

C / C++ / MFC

 
GeneralRe: problem in memory allocation for a pointer Pin
Daniel Kanev29-Sep-08 3:00
Daniel Kanev29-Sep-08 3:00 
GeneralRe: problem in memory allocation for a pointer Pin
CPallini29-Sep-08 3:18
mveCPallini29-Sep-08 3:18 
GeneralRe: problem in memory allocation for a pointer Pin
laksh220429-Sep-08 19:08
laksh220429-Sep-08 19:08 
GeneralYou're welcome. Pin
CPallini29-Sep-08 21:48
mveCPallini29-Sep-08 21:48 
GeneralRe: problem in memory allocation for a pointer Pin
cofi++6-Oct-08 10:12
cofi++6-Oct-08 10:12 
Questioncompile error with iterator initialization in release build Pin
VCsamir29-Sep-08 1:57
VCsamir29-Sep-08 1:57 
AnswerRe: compile error with iterator initialization in release build Pin
toxcct29-Sep-08 2:05
toxcct29-Sep-08 2:05 
AnswerRe: compile error with iterator initialization in release build [modified] Pin
Graham Shanks29-Sep-08 2:13
Graham Shanks29-Sep-08 2:13 
This[^] explains why (debug mode has the _HAS_ITERATOR_DEBUGGING macro set)

In general you shouldn't create iterators from pointers (0 is being treated as the NULL pointer). If you want to ensure that the iterator references nothing then set it via mylist.end().

Graham

Librarians rule, Ook!

modified on Monday, September 29, 2008 9:08 AM

QuestionDynamic library loading problem Pin
trioum29-Sep-08 1:35
trioum29-Sep-08 1:35 
AnswerRe: Dynamic library loading problem Pin
CPallini29-Sep-08 1:48
mveCPallini29-Sep-08 1:48 
GeneralRe: Dynamic library loading problem Pin
trioum29-Sep-08 1:59
trioum29-Sep-08 1:59 
QuestionRe: Dynamic library loading problem Pin
CPallini29-Sep-08 2:59
mveCPallini29-Sep-08 2:59 
QuestionError on using Message of CListView class. Pin
Bernaad29-Sep-08 1:28
Bernaad29-Sep-08 1:28 
QuestionRe: Error on using Message of CListView class. Pin
CPallini29-Sep-08 1:43
mveCPallini29-Sep-08 1:43 
AnswerRe: Error on using Message of CListView class. Pin
Bernaad29-Sep-08 2:03
Bernaad29-Sep-08 2:03 
GeneralRe: Error on using Message of CListView class. Pin
Cedric Moonen29-Sep-08 2:09
Cedric Moonen29-Sep-08 2:09 
GeneralRe: Error on using Message of CListView class. Pin
CPallini29-Sep-08 2:53
mveCPallini29-Sep-08 2:53 
AnswerRe: Error on using Message of CListView class. Pin
Cedric Moonen29-Sep-08 2:06
Cedric Moonen29-Sep-08 2:06 
GeneralRe: Error on using Message of CListView class. Pin
Bernaad29-Sep-08 16:52
Bernaad29-Sep-08 16:52 
GeneralRe: Error on using Message of CListView class. Pin
Cedric Moonen29-Sep-08 20:14
Cedric Moonen29-Sep-08 20:14 
QuestionGetting logical drives of particular hard disk Pin
VCProgrammer29-Sep-08 1:02
VCProgrammer29-Sep-08 1:02 
AnswerRe: Getting logical drives of particular hard disk Pin
Daniel Kanev29-Sep-08 1:41
Daniel Kanev29-Sep-08 1:41 
QuestionReading data from xl sheet Pin
ganychina29-Sep-08 0:48
ganychina29-Sep-08 0:48 
AnswerRe: Reading data from xl sheet Pin
CPallini29-Sep-08 0:58
mveCPallini29-Sep-08 0:58 
QuestionMySQL connections and COM Pin
Ger Hayden29-Sep-08 0:48
Ger Hayden29-Sep-08 0:48 

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.