Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionOrganizing Source Code Pin
awake91231-Oct-08 11:37
awake91231-Oct-08 11:37 
AnswerRe: Organizing Source Code Pin
PIEBALDconsult31-Oct-08 12:08
mvePIEBALDconsult31-Oct-08 12:08 
QuestionHow do you find the PID of the process using http://127.0.0.1:1200? Pin
Klive831-Oct-08 6:58
Klive831-Oct-08 6:58 
AnswerRe: How do you find the PID of the process using http://127.0.0.1:1200? Pin
kinar31-Oct-08 9:17
kinar31-Oct-08 9:17 
Questiondelete operator override Pin
Abyss31-Oct-08 6:21
Abyss31-Oct-08 6:21 
QuestionRe: delete operator override Pin
David Crow31-Oct-08 7:00
David Crow31-Oct-08 7:00 
AnswerRe: delete operator override Pin
Abyss31-Oct-08 7:07
Abyss31-Oct-08 7:07 
GeneralRe: delete operator override Pin
David Crow31-Oct-08 7:21
David Crow31-Oct-08 7:21 
Abyss wrote:
My understanding is that a pointer allocated by new operator should be freed by delete and call free on the pointer can cause problems...


True, but since you are also overriding the global new operator (hint: you are doing this, aren't you?), that is not an issue.

"Love people and use things, not love things and use people." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:06
Bram van Kampen1-Nov-08 15:06 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:04
Bram van Kampen1-Nov-08 15:04 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:23
mveCPallini31-Oct-08 7:23 
AnswerRe: delete operator override Pin
Bram van Kampen1-Nov-08 14:25
Bram van Kampen1-Nov-08 14:25 
Questionhow many files can be opened in windows OS at a Time ? Pin
paul crescent31-Oct-08 3:08
paul crescent31-Oct-08 3:08 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
toxcct31-Oct-08 3:24
toxcct31-Oct-08 3:24 
GeneralRe: how many files can be opened in windows OS at a Time ? Pin
paul crescent31-Oct-08 3:41
paul crescent31-Oct-08 3:41 
GeneralRe: how many files can be opened in windows OS at a Time ? Pin
Iain Clarke, Warrior Programmer31-Oct-08 4:54
Iain Clarke, Warrior Programmer31-Oct-08 4:54 
QuestionRe: how many files can be opened in windows OS at a Time ? Pin
CPallini31-Oct-08 4:10
mveCPallini31-Oct-08 4:10 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
Roger Stoltz31-Oct-08 5:19
Roger Stoltz31-Oct-08 5:19 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
Bram van Kampen1-Nov-08 14:50
Bram van Kampen1-Nov-08 14:50 
QuestionRegistry problem(UAC Off or On) Pin
MsmVc31-Oct-08 2:20
MsmVc31-Oct-08 2:20 
AnswerRe: Registry problem(UAC Off or On) Pin
Rajesh R Subramanian31-Oct-08 2:42
professionalRajesh R Subramanian31-Oct-08 2:42 
QuestionASCII to UNICODE Pin
CodingLover31-Oct-08 2:17
CodingLover31-Oct-08 2:17 
AnswerRe: ASCII to UNICODE Pin
David Crow31-Oct-08 2:47
David Crow31-Oct-08 2:47 

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.