Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaldeleteing a string Pin
21-Mar-02 8:25
suss21-Mar-02 8:25 
GeneralRe: deleteing a string Pin
Tomasz Sowinski21-Mar-02 8:29
Tomasz Sowinski21-Mar-02 8:29 
GeneralRe: deleteing a string Pin
21-Mar-02 8:32
suss21-Mar-02 8:32 
GeneralRe: deleteing a string Pin
Tomasz Sowinski21-Mar-02 8:44
Tomasz Sowinski21-Mar-02 8:44 
GeneralRe: deleteing a string Pin
Nish Nishant21-Mar-02 8:49
sitebuilderNish Nishant21-Mar-02 8:49 
GeneralRe: deleteing a string Pin
Nish Nishant21-Mar-02 8:30
sitebuilderNish Nishant21-Mar-02 8:30 
GeneralDebugging CreateThread Pin
21-Mar-02 7:51
suss21-Mar-02 7:51 
GeneralRe: Debugging CreateThread Pin
Tomasz Sowinski21-Mar-02 7:56
Tomasz Sowinski21-Mar-02 7:56 
cout uses C++ runtime features, which are not initialized when you create thread by calling Win32 API (CreateThread). If you want to use streams or anything which is provided by runtime, you need to create your thread with _beginthread or _beginthreadex.

Tomasz Sowinski -- http://www.shooltz.com
** If you're going to rape, pillage and burn, be sure to do things in that order. **

GeneralRe: Debugging CreateThread Pin
Le centriste21-Mar-02 8:09
Le centriste21-Mar-02 8:09 
GeneralRe: Debugging CreateThread Pin
21-Mar-02 9:28
suss21-Mar-02 9:28 
GeneralRe: Debugging CreateThread Pin
Tim Smith21-Mar-02 9:43
Tim Smith21-Mar-02 9:43 
GeneralRe: Debugging CreateThread Pin
21-Mar-02 9:56
suss21-Mar-02 9:56 
GeneralRe: Debugging CreateThread Pin
Tim Smith21-Mar-02 10:12
Tim Smith21-Mar-02 10:12 
GeneralRe: Debugging CreateThread Pin
21-Mar-02 10:20
suss21-Mar-02 10:20 
GeneralRe: Debugging CreateThread Pin
Tim Smith21-Mar-02 10:28
Tim Smith21-Mar-02 10:28 
GeneralRe: Debugging CreateThread Pin
Tim Smith21-Mar-02 10:29
Tim Smith21-Mar-02 10:29 
GeneralRe: Debugging CreateThread Pin
Nemanja Trifunovic21-Mar-02 10:31
Nemanja Trifunovic21-Mar-02 10:31 
GeneralRe: Debugging CreateThread Pin
Tim Smith21-Mar-02 10:36
Tim Smith21-Mar-02 10:36 
GeneralRe: Debugging CreateThread Pin
Nemanja Trifunovic21-Mar-02 10:42
Nemanja Trifunovic21-Mar-02 10:42 
GeneralRe: Debugging CreateThread Pin
Tim Smith21-Mar-02 13:22
Tim Smith21-Mar-02 13:22 
GeneralRe: Debugging CreateThread Pin
22-Mar-02 3:43
suss22-Mar-02 3:43 
GeneralRe: Debugging CreateThread Pin
21-Mar-02 9:57
suss21-Mar-02 9:57 
GeneralRe: Debugging CreateThread Pin
Le centriste21-Mar-02 10:02
Le centriste21-Mar-02 10:02 
GeneralRe: Debugging CreateThread Pin
Nemanja Trifunovic21-Mar-02 10:11
Nemanja Trifunovic21-Mar-02 10:11 
GeneralRe: Debugging CreateThread Pin
Le centriste21-Mar-02 10:08
Le centriste21-Mar-02 10:08 

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.