Click here to Skip to main content
15,891,775 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRuntime control creation in VC++ Pin
rp_suman9-Feb-08 6:30
rp_suman9-Feb-08 6:30 
AnswerRe: Runtime control creation in VC++ Pin
Hamed Musavi9-Feb-08 7:30
Hamed Musavi9-Feb-08 7:30 
GeneralRe: Runtime control creation in VC++ Pin
rp_suman9-Feb-08 22:06
rp_suman9-Feb-08 22:06 
QuestionRe: Runtime control creation in VC++ Pin
Mark Salsbery9-Feb-08 8:23
Mark Salsbery9-Feb-08 8:23 
GeneralRe: Runtime control creation in VC++ Pin
rp_suman9-Feb-08 21:58
rp_suman9-Feb-08 21:58 
GeneralRe: Runtime control creation in VC++ Pin
Mark Salsbery10-Feb-08 8:58
Mark Salsbery10-Feb-08 8:58 
GeneralRe: Runtime control creation in VC++ Pin
Hamid_RT10-Feb-08 20:57
Hamid_RT10-Feb-08 20:57 
QuestionC++ to mathlab Pin
ashwiny9-Feb-08 3:11
ashwiny9-Feb-08 3:11 
GeneralRe: C++ to mathlab Pin
carrivick9-Feb-08 5:40
carrivick9-Feb-08 5:40 
GeneralRe: C++ to mathlab Pin
ashwiny9-Feb-08 6:04
ashwiny9-Feb-08 6:04 
AnswerRe: C++ to mathlab Pin
Arris7410-Feb-08 1:28
Arris7410-Feb-08 1:28 
QuestionHow to create a CTime object from three interger values - hr, min and sec Pin
Priya_Sundar8-Feb-08 19:44
Priya_Sundar8-Feb-08 19:44 
GeneralRe: How to create a CTime object from three interger values - hr, min and sec Pin
sudhir.marni8-Feb-08 20:09
sudhir.marni8-Feb-08 20:09 
GeneralRe: How to create a CTime object from three interger values - hr, min and sec Pin
David Crow11-Feb-08 3:38
David Crow11-Feb-08 3:38 
GeneralRe: How to create a CTime object from three interger values - hr, min and sec Pin
Mark Salsbery8-Feb-08 20:16
Mark Salsbery8-Feb-08 20:16 
General[Resolved]: How to create a CTime object from three interger values - hr, min and sec Pin
Priya_Sundar8-Feb-08 21:23
Priya_Sundar8-Feb-08 21:23 
QuestionAbout .cab File Pin
manish.patel8-Feb-08 19:28
manish.patel8-Feb-08 19:28 
GeneralRe: About .cab File Pin
led mike11-Feb-08 11:42
led mike11-Feb-08 11:42 
GeneralNew,delete operator Pin
Anu_Bala8-Feb-08 19:16
Anu_Bala8-Feb-08 19:16 
Hi,

I use the following coe in my applcation.and i found memory leak in that.

MyFunction()
{
char *czval;
czVal = new char[100];
memset(czVal,0,100);
.....
.....
}

But i failed to delete the memory allocated.
I use delete [] czval in OnDestroy it shows thw error czVal undeclared identifier and also delete is used for pointer only.

Whats my mistake.
I use new operator in my local function where i have to delete that.
And also i need tutorial for this new and delete.Because i have lot og memory leaks in my applicatin.I dont know the proper usage of new and delete operator.

Anu

GeneralRe: New,delete operator Pin
sudhir.marni8-Feb-08 19:45
sudhir.marni8-Feb-08 19:45 
GeneralRe: New,delete operator Pin
Anu_Bala8-Feb-08 19:52
Anu_Bala8-Feb-08 19:52 
GeneralRe: New,delete operator Pin
sudhir.marni8-Feb-08 20:06
sudhir.marni8-Feb-08 20:06 
QuestionHow to download File from web Pin
manish.patel8-Feb-08 17:18
manish.patel8-Feb-08 17:18 
AnswerRe: How to download File from web Pin
sudhir.marni8-Feb-08 19:45
sudhir.marni8-Feb-08 19:45 
AnswerRe: How to download File from web Pin
Hamid_RT10-Feb-08 21:01
Hamid_RT10-Feb-08 21:01 

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.