Click here to Skip to main content
16,006,605 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: trouble with UpdateAllViews() Pin
David Crow6-Sep-05 9:49
David Crow6-Sep-05 9:49 
GeneralRe: trouble with UpdateAllViews() Pin
/*Trucker*\6-Sep-05 10:00
/*Trucker*\6-Sep-05 10:00 
GeneralRe: trouble with UpdateAllViews() Pin
David Crow7-Sep-05 3:47
David Crow7-Sep-05 3:47 
QuestionHow to use CRecordset with CByteArray for storing BLOBs Pin
snprani5-Sep-05 23:08
snprani5-Sep-05 23:08 
AnswerRe: How to use CRecordset with CByteArray for storing BLOBs Pin
G Haranadh6-Sep-05 0:31
G Haranadh6-Sep-05 0:31 
Questiondelete[] can't replace delete? Pin
followait5-Sep-05 22:59
followait5-Sep-05 22:59 
AnswerRe: delete[] can't replace delete? Pin
toxcct5-Sep-05 23:03
toxcct5-Sep-05 23:03 
AnswerRe: delete[] can't replace delete? Pin
S. Senthil Kumar6-Sep-05 2:35
S. Senthil Kumar6-Sep-05 2:35 
Some implementations might delete all memory, so you might not see any memory leak, but no implementation will call the destructor for every element in the array. If you have resources acquired by elements in the array, they won't get released until the program dies.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
AnswerRe: delete[] can't replace delete? Pin
Tim Smith6-Sep-05 3:55
Tim Smith6-Sep-05 3:55 
AnswerRe: delete[] can't replace delete? Pin
David Crow6-Sep-05 4:34
David Crow6-Sep-05 4:34 
GeneralRe: delete[] can't replace delete? Pin
Bob Ciora6-Sep-05 7:55
Bob Ciora6-Sep-05 7:55 
AnswerThe problem is... Pin
followait6-Sep-05 15:57
followait6-Sep-05 15:57 
GeneralRe: The problem is... Pin
David Crow7-Sep-05 4:48
David Crow7-Sep-05 4:48 
GeneralRe: The problem is... Pin
rbbhosale8-Sep-05 19:46
rbbhosale8-Sep-05 19:46 
QuestionHow to Store and retrieve Bitmap Image data from CByteArray Pin
snprani5-Sep-05 22:21
snprani5-Sep-05 22:21 
QuestionFile I/O Pin
Stanciu Vlad5-Sep-05 22:20
Stanciu Vlad5-Sep-05 22:20 
AnswerRe: File I/O Pin
Neagoe Gabriel5-Sep-05 22:34
Neagoe Gabriel5-Sep-05 22:34 
GeneralRe: File I/O Pin
Stanciu Vlad5-Sep-05 22:43
Stanciu Vlad5-Sep-05 22:43 
AnswerRe: File I/O Pin
David Crow6-Sep-05 4:48
David Crow6-Sep-05 4:48 
QuestionError when calling stored procedure from CRecordset Pin
Nandiator5-Sep-05 21:48
Nandiator5-Sep-05 21:48 
QuestionAdding CStringArray data into another CStringArray...help.. Pin
babyspidy5-Sep-05 20:59
babyspidy5-Sep-05 20:59 
AnswerRe: Adding CStringArray data into another CStringArray...help.. Pin
Neagoe Gabriel5-Sep-05 21:56
Neagoe Gabriel5-Sep-05 21:56 
AnswerRe: Adding CStringArray data into another CStringArray...help.. Pin
kakan5-Sep-05 22:00
professionalkakan5-Sep-05 22:00 
GeneralRe: Adding CStringArray data into another CStringArray...help.. Pin
babyspidy5-Sep-05 22:44
babyspidy5-Sep-05 22:44 
GeneralRe: Adding CStringArray data into another CStringArray...help.. Pin
babyspidy5-Sep-05 23:00
babyspidy5-Sep-05 23:00 

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.