Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: make minesweeper in VC++ Pin
Ryan Binns25-Jul-03 3:32
Ryan Binns25-Jul-03 3:32 
General_tsetlocale and thread Pin
BadJerry25-Jul-03 0:47
BadJerry25-Jul-03 0:47 
GeneralRe: _tsetlocale and thread Pin
Alexander M.,25-Jul-03 2:28
Alexander M.,25-Jul-03 2:28 
GeneralRe: _tsetlocale and thread Pin
Gary R. Wheeler25-Jul-03 7:28
Gary R. Wheeler25-Jul-03 7:28 
GeneralRe: _tsetlocale and thread Pin
BadJerry25-Jul-03 7:33
BadJerry25-Jul-03 7:33 
GeneralWhere to get source or lib on halftone screening Pin
Anthony_Yio24-Jul-03 23:52
Anthony_Yio24-Jul-03 23:52 
QuestionMemmory leak?!?!? Pin
Bob Stanneveld24-Jul-03 23:45
Bob Stanneveld24-Jul-03 23:45 
AnswerRe: Memmory leak?!?!? Pin
Ryan Binns25-Jul-03 0:18
Ryan Binns25-Jul-03 0:18 
Bob Stanneveld wrote:
when I empy the list by calling list.RemoveAll() do the objects remain in the heap?

Only the one that was passed to your function. The list creates its own copy which will be destroyed in RemoveAll()

Hope this helps,

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Memmory leak?!?!? Pin
Bob Stanneveld25-Jul-03 1:02
Bob Stanneveld25-Jul-03 1:02 
GeneralRe: Memmory leak?!?!? Pin
Ryan Binns25-Jul-03 2:32
Ryan Binns25-Jul-03 2:32 
Questionhow to check if a flag is set in a ctabctrl? Pin
User-37793624-Jul-03 23:37
User-37793624-Jul-03 23:37 
AnswerRe: how to check if a flag is set in a ctabctrl? Pin
Ryan Binns25-Jul-03 0:11
Ryan Binns25-Jul-03 0:11 
GeneralRe: how to check if a flag is set in a ctabctrl? Pin
User-37793627-Jul-03 21:35
User-37793627-Jul-03 21:35 
GeneralHeader file for SetTitle() Pin
Anonymous24-Jul-03 23:31
Anonymous24-Jul-03 23:31 
GeneralRe: Header file for SetTitle() Pin
Ryan Binns25-Jul-03 0:13
Ryan Binns25-Jul-03 0:13 
Generaldraw on desktop Pin
bisserke24-Jul-03 23:24
bisserke24-Jul-03 23:24 
GeneralRe: draw on desktop Pin
Ryan Binns25-Jul-03 0:14
Ryan Binns25-Jul-03 0:14 
Generaltotal mouse control Pin
Raphael Kindt24-Jul-03 22:29
Raphael Kindt24-Jul-03 22:29 
GeneralRe: total mouse control Pin
Dominik Reichl24-Jul-03 22:36
Dominik Reichl24-Jul-03 22:36 
GeneralRe: total mouse control Pin
Raphael Kindt24-Jul-03 22:47
Raphael Kindt24-Jul-03 22:47 
GeneralRe: total mouse control Pin
Dominik Reichl24-Jul-03 22:50
Dominik Reichl24-Jul-03 22:50 
GeneralRe: total mouse control Pin
Raphael Kindt24-Jul-03 23:01
Raphael Kindt24-Jul-03 23:01 
QuestionHow can I disable/enable a firewire card in windows 2000 through Visual C++ 6.0 Pin
Tim Yen24-Jul-03 21:22
Tim Yen24-Jul-03 21:22 
AnswerRe: How can I disable/enable a firewire card in windows 2000 through Visual C++ 6.0 Pin
Iain Clarke, Warrior Programmer25-Jul-03 0:22
Iain Clarke, Warrior Programmer25-Jul-03 0:22 
GeneralRe: How can I disable/enable a firewire card in windows 2000 through Visual C++ 6.0 Pin
Tim Yen27-Jul-03 14:13
Tim Yen27-Jul-03 14:13 

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.