Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing Variables to Thread Process Pin
led mike22-Mar-07 9:40
led mike22-Mar-07 9:40 
GeneralRe: Passing Variables to Thread Process Pin
darkcloud.42o22-Mar-07 10:25
darkcloud.42o22-Mar-07 10:25 
QuestionRe: Passing Variables to Thread Process Pin
David Crow22-Mar-07 10:33
David Crow22-Mar-07 10:33 
AnswerRe: Passing Variables to Thread Process [modified] Pin
darkcloud.42o22-Mar-07 10:39
darkcloud.42o22-Mar-07 10:39 
AnswerRe: Passing Variables to Thread Process Pin
Stephen Hewitt22-Mar-07 12:53
Stephen Hewitt22-Mar-07 12:53 
GeneralRe: Passing Variables to Thread Process Pin
darkcloud.42o22-Mar-07 13:35
darkcloud.42o22-Mar-07 13:35 
GeneralRe: Passing Variables to Thread Process Pin
Stephen Hewitt22-Mar-07 13:38
Stephen Hewitt22-Mar-07 13:38 
AnswerRe: Passing Variables to Thread Process [modified] Pin
darkcloud.42o23-Mar-07 5:57
darkcloud.42o23-Mar-07 5:57 
Ok so i got the variable passed to child threads and they can function..
but i need to pass more than 1 variable to the thread char* s and SOCKET ls;
lets not worry about the return on the child thread right now.... if i can 2 variables passed the whole process can be done inside child thread..
but one question... about that.. unsigned __stdcall test(void* params){ return 3; ) this return here how can i axs that??? can i access a process like int test(){ return 0; } be accessed from open threads at the same time?


btw
rigth now its FTP/WEB SERVER with Advanced custom admin functions with GUI.



-- modified at 12:40 Friday 23rd March, 2007
Questionface detection Pin
mannur22-Mar-07 8:26
mannur22-Mar-07 8:26 
AnswerRe: face detection Pin
Christian Graus22-Mar-07 8:34
protectorChristian Graus22-Mar-07 8:34 
GeneralRe: face detection Pin
mannur22-Mar-07 8:57
mannur22-Mar-07 8:57 
GeneralRe: face detection Pin
toxcct22-Mar-07 9:39
toxcct22-Mar-07 9:39 
GeneralRe: face detection Pin
Maximilien22-Mar-07 8:59
Maximilien22-Mar-07 8:59 
GeneralRe: face detection Pin
toxcct22-Mar-07 9:44
toxcct22-Mar-07 9:44 
GeneralRe: face detection Pin
led mike22-Mar-07 9:50
led mike22-Mar-07 9:50 
GeneralRe: face detection Pin
toxcct22-Mar-07 10:04
toxcct22-Mar-07 10:04 
GeneralRe: face detection Pin
agulbays22-Mar-07 21:25
agulbays22-Mar-07 21:25 
AnswerRe: face detection Pin
Maximilien22-Mar-07 8:58
Maximilien22-Mar-07 8:58 
AnswerRe: face detection Pin
John R. Shaw22-Mar-07 22:20
John R. Shaw22-Mar-07 22:20 
QuestionHow to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
G Haranadh22-Mar-07 7:55
G Haranadh22-Mar-07 7:55 
AnswerRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
Christian Graus22-Mar-07 8:01
protectorChristian Graus22-Mar-07 8:01 
GeneralRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
G Haranadh22-Mar-07 8:10
G Haranadh22-Mar-07 8:10 
AnswerRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
toxcct22-Mar-07 8:08
toxcct22-Mar-07 8:08 
GeneralRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
Christian Graus22-Mar-07 8:34
protectorChristian Graus22-Mar-07 8:34 
GeneralRe: How to allocate memory for array..?How to delete that array.? Am i correct in this code? Pin
G Haranadh22-Mar-07 9:12
G Haranadh22-Mar-07 9:12 

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.