Click here to Skip to main content
15,912,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Arrays, heap, delete and crash again... Pin
Rickard Andersson2026-Oct-03 11:55
Rickard Andersson2026-Oct-03 11:55 
GeneralRe: Arrays, heap, delete and crash again... Pin
Jörgen Sigvardsson26-Oct-03 12:05
Jörgen Sigvardsson26-Oct-03 12:05 
GeneralRe: Arrays, heap, delete and crash again... Pin
Rickard Andersson2026-Oct-03 11:53
Rickard Andersson2026-Oct-03 11:53 
GeneralCompletely and Totally OT Pin
Atlantys27-Oct-03 10:43
Atlantys27-Oct-03 10:43 
GeneralRe: Completely and Totally OT Pin
Michael Dunn27-Oct-03 12:14
sitebuilderMichael Dunn27-Oct-03 12:14 
GeneralRe: Completely and Totally OT Pin
Atlantys27-Oct-03 14:08
Atlantys27-Oct-03 14:08 
GeneralRe: Completely and Totally OT Pin
Michael Dunn27-Oct-03 14:39
sitebuilderMichael Dunn27-Oct-03 14:39 
GeneralRe: Arrays, heap, delete and crash again... Pin
Jörgen Sigvardsson26-Oct-03 5:37
Jörgen Sigvardsson26-Oct-03 5:37 
You could use _stricmp() instead. That way you don't have to allocate a new string.
for(int i = 0; i < m_nCount; ++i) {
    if(_stricmp(keyword, m_pStack[i]) == 0) {
        ret = i;
        break;
    }
}


--
They're out get me, I can't escape cos' they won't let me
They won't forget me, they'll get me in their grip and sweat me
They'll wait me out, and then move in under my skin
They'll make me doubt, they're out to make me let them in

GeneralRe: Arrays, heap, delete and crash again... Pin
Rickard Andersson2026-Oct-03 12:26
Rickard Andersson2026-Oct-03 12:26 
GeneralRe: Arrays, heap, delete and crash again... Pin
Jörgen Sigvardsson26-Oct-03 12:30
Jörgen Sigvardsson26-Oct-03 12:30 
GeneralVC++ Runtime Installation Error Pin
Roger Wright26-Oct-03 4:20
professionalRoger Wright26-Oct-03 4:20 
GeneralRe: VC++ Runtime Installation Error Pin
Gary R. Wheeler26-Oct-03 4:26
Gary R. Wheeler26-Oct-03 4:26 
GeneralWS_CLIPSIBLINGS problem Pin
DaFrawg26-Oct-03 3:03
DaFrawg26-Oct-03 3:03 
GeneralRe: WS_CLIPSIBLINGS problem Pin
Gary R. Wheeler26-Oct-03 4:28
Gary R. Wheeler26-Oct-03 4:28 
GeneralRe: WS_CLIPSIBLINGS problem Pin
DaFrawg27-Oct-03 1:47
DaFrawg27-Oct-03 1:47 
GeneralRe: WS_CLIPSIBLINGS problem Pin
Gary R. Wheeler27-Oct-03 11:17
Gary R. Wheeler27-Oct-03 11:17 
GeneralRe: WS_CLIPSIBLINGS problem Pin
DaFrawg27-Oct-03 22:55
DaFrawg27-Oct-03 22:55 
GeneralC++ Question. Pin
WREY26-Oct-03 2:54
WREY26-Oct-03 2:54 
GeneralRe: C++ Question. Pin
Andrew Walker26-Oct-03 3:31
Andrew Walker26-Oct-03 3:31 
GeneralRe: C++ Question. Pin
WREY26-Oct-03 4:51
WREY26-Oct-03 4:51 
GeneralRe: C++ Question. Pin
Gary R. Wheeler26-Oct-03 4:53
Gary R. Wheeler26-Oct-03 4:53 
GeneralRe: C++ Question. Pin
WREY26-Oct-03 11:25
WREY26-Oct-03 11:25 
GeneralRe: C++ Question. Pin
Ravi Bhavnani26-Oct-03 5:25
professionalRavi Bhavnani26-Oct-03 5:25 
GeneralCreate Snapshot for MS ACCESS Pin
Azghar Hussain26-Oct-03 2:23
professionalAzghar Hussain26-Oct-03 2:23 
GeneralWinsock layered service provider, getting remote ip in WSPRecvFrom() Pin
Kuniva26-Oct-03 2:09
Kuniva26-Oct-03 2:09 

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.