Click here to Skip to main content
15,903,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To Find out blocked ports in our system Pin
Mark Salsbery9-Jan-07 6:18
Mark Salsbery9-Jan-07 6:18 
QuestionReserved resource IDS of MFC Pin
Mushtaque Nizamani7-Jan-07 20:53
Mushtaque Nizamani7-Jan-07 20:53 
AnswerRe: Reserved resource IDS of MFC Pin
prasad_som7-Jan-07 22:07
prasad_som7-Jan-07 22:07 
GeneralRe: Reserved resource IDS of MFC Pin
Cristian Amarie8-Jan-07 1:38
Cristian Amarie8-Jan-07 1:38 
AnswerRe: Reserved resource IDS of MFC Pin
Mark Salsbery8-Jan-07 6:06
Mark Salsbery8-Jan-07 6:06 
QuestionItem icon in Add/Remove progarms dialog Pin
LiYS7-Jan-07 20:43
LiYS7-Jan-07 20:43 
AnswerRe: Item icon in Add/Remove progarms dialog Pin
Monty27-Jan-07 20:59
Monty27-Jan-07 20:59 
Questionstrcpy working even after deleting the pointer Pin
pyarigopal7-Jan-07 20:42
pyarigopal7-Jan-07 20:42 
This is the code i am trying in visual studio 2005.

char *str = new char[100];
delete [] str;
strcpy ( str, "good_moring" );
cout<
AnswerRe: strcpy working even after deleting the pointer Pin
Monty27-Jan-07 21:08
Monty27-Jan-07 21:08 
AnswerRe: strcpy working even after deleting the pointer [modified] Pin
Michael Dunn7-Jan-07 21:10
sitebuilderMichael Dunn7-Jan-07 21:10 
AnswerRe: strcpy working even after deleting the pointer Pin
Waldermort7-Jan-07 21:14
Waldermort7-Jan-07 21:14 
GeneralRe: strcpy working even after deleting the pointer Pin
pyarigopal8-Jan-07 18:21
pyarigopal8-Jan-07 18:21 
AnswerRe: strcpy working even after deleting the pointer Pin
CPallini7-Jan-07 21:25
mveCPallini7-Jan-07 21:25 
GeneralRe: strcpy working even after deleting the pointer Pin
prasad_som7-Jan-07 21:29
prasad_som7-Jan-07 21:29 
QuestionHow can i use Image magick in MFC? Pin
$uresh $hanmugam7-Jan-07 20:17
$uresh $hanmugam7-Jan-07 20:17 
AnswerRe: How can i use Image magick in MFC? Pin
Hamid_RT7-Jan-07 20:37
Hamid_RT7-Jan-07 20:37 
GeneralRe: How can i use Image magick in MFC? Pin
$uresh $hanmugam7-Jan-07 21:04
$uresh $hanmugam7-Jan-07 21:04 
GeneralRe: How can i use Image magick in MFC? Pin
Hamid_RT7-Jan-07 21:37
Hamid_RT7-Jan-07 21:37 
GeneralRe: How can i use Image magick in MFC? Pin
$uresh $hanmugam7-Jan-07 21:51
$uresh $hanmugam7-Jan-07 21:51 
QuestionDLL Injection vs Code Injection Pin
SelvaKr7-Jan-07 20:06
SelvaKr7-Jan-07 20:06 
AnswerRe: DLL Injection vs Code Injection Pin
Stephen Hewitt7-Jan-07 20:18
Stephen Hewitt7-Jan-07 20:18 
GeneralRe: DLL Injection vs Code Injection Pin
SelvaKr7-Jan-07 20:25
SelvaKr7-Jan-07 20:25 
QuestionTitle Pin
Try7-Jan-07 18:56
Try7-Jan-07 18:56 
AnswerRe: Title Pin
prasad_som7-Jan-07 19:17
prasad_som7-Jan-07 19:17 
GeneralRe: Title Pin
Try7-Jan-07 19:24
Try7-Jan-07 19:24 

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.