Click here to Skip to main content
15,924,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 8:31
sitebuilderNish Nishant19-Feb-02 8:31 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 8:41
Steven Richardson19-Feb-02 8:41 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 8:44
sitebuilderNish Nishant19-Feb-02 8:44 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 8:45
Steven Richardson19-Feb-02 8:45 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 8:57
Steven Richardson19-Feb-02 8:57 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 9:14
sitebuilderNish Nishant19-Feb-02 9:14 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 9:20
Steven Richardson19-Feb-02 9:20 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 9:27
sitebuilderNish Nishant19-Feb-02 9:27 
Is HidPass declared as a char* and if so, has it been allocated some memory using new or malloc?

By the way if the answer is "yes" to the above question replace that line with :-

if(t) HidPass=t+1;

Nish

Nish was here, now Nish has gone;
He left his soul, to turn you on;
Those who knew Nish, knew him well;
Those who didn't, can go to hell.


I like to Jig | [Dance] on the Code Project

Sonork ID 100.9786 voidmain
www.busterboy.org
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 9:34
Steven Richardson19-Feb-02 9:34 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 9:36
Steven Richardson19-Feb-02 9:36 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 9:37
sitebuilderNish Nishant19-Feb-02 9:37 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson19-Feb-02 12:01
Steven Richardson19-Feb-02 12:01 
GeneralRe: string help whats wrong with this code? Pin
Nish Nishant19-Feb-02 18:45
sitebuilderNish Nishant19-Feb-02 18:45 
GeneralRe: string help whats wrong with this code? Pin
Steven Richardson20-Feb-02 1:35
Steven Richardson20-Feb-02 1:35 
GeneralPass an Metafile from the container to an ActiveX control Pin
Braulio Dez19-Feb-02 6:17
Braulio Dez19-Feb-02 6:17 
GeneralRe: Pass an Metafile from the container to an ActiveX control Pin
Joaquín M López Muñoz19-Feb-02 9:30
Joaquín M López Muñoz19-Feb-02 9:30 
GeneralRe: Pass an Metafile from the container to an ActiveX control Pin
Braulio Dez19-Feb-02 21:00
Braulio Dez19-Feb-02 21:00 
GeneralRe: Pass an Metafile from the container to an ActiveX control Pin
Braulio Dez20-Feb-02 0:02
Braulio Dez20-Feb-02 0:02 
QuestionHow to detect memory leak in VC++ Pin
yellowine19-Feb-02 5:54
yellowine19-Feb-02 5:54 
AnswerRe: How to detect memory leak in VC++ Pin
Joaquín M López Muñoz19-Feb-02 6:12
Joaquín M López Muñoz19-Feb-02 6:12 
AnswerRe: How to detect memory leak in VC++ Pin
Bill Wilson19-Feb-02 6:14
Bill Wilson19-Feb-02 6:14 
GeneralRe: How to detect memory leak in VC++ Pin
Nish Nishant19-Feb-02 18:47
sitebuilderNish Nishant19-Feb-02 18:47 
GeneralRe: How to detect memory leak in VC++ Pin
Shog919-Feb-02 19:45
sitebuilderShog919-Feb-02 19:45 
AnswerRe: How to detect memory leak in VC++ Pin
CreekDawg19-Feb-02 6:10
CreekDawg19-Feb-02 6:10 
AnswerRe: How to detect memory leak in VC++ Pin
Atul Dharne19-Feb-02 6:17
Atul Dharne19-Feb-02 6:17 

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.