Click here to Skip to main content
15,906,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionpassing param to the thread function Pin
singersinger9-Oct-06 1:29
singersinger9-Oct-06 1:29 
AnswerRe: passing param to the thread function Pin
Nibu babu thomas9-Oct-06 1:38
Nibu babu thomas9-Oct-06 1:38 
GeneralRe: passing param to the thread function Pin
singersinger9-Oct-06 2:17
singersinger9-Oct-06 2:17 
GeneralRe: passing param to the thread function Pin
Galatei9-Oct-06 2:44
Galatei9-Oct-06 2:44 
GeneralRe: passing param to the thread function Pin
singersinger9-Oct-06 2:29
singersinger9-Oct-06 2:29 
AnswerRe: passing param to the thread function Pin
David Crow9-Oct-06 4:09
David Crow9-Oct-06 4:09 
AnswerRe: passing param to the thread function Pin
Zac Howland9-Oct-06 5:14
Zac Howland9-Oct-06 5:14 
NewsRe: passing param to the thread function Pin
singersinger10-Oct-06 1:56
singersinger10-Oct-06 1:56 
maybe i am posting the wrong words,
so to keep it simple
i have a function that causes the application to wait till it finishes it's work, so normally you would make it a thread function and call it using AfxBeginThread to let the application continue working after calling it
am i right in this ??
if i am right, this function uses some member variables that are declared in the class but the thread function can't see the member variables of the class
am i right ??
if i am, i want to pass this member variable to the thread function so that it could understand it and work with it "while this varibale not a rgular data type, it is a typedef from a combination of types"

can anybody help me with this
for any other information do not hesitate to reply
thnx alot 4 ur time and concern.
Questiondialog box color Pin
zon_cpp9-Oct-06 0:06
zon_cpp9-Oct-06 0:06 
AnswerRe: dialog box color Pin
Hamid_RT9-Oct-06 1:24
Hamid_RT9-Oct-06 1:24 
QuestionBoolean statments Pin
Learn2LikeIt9-Oct-06 0:04
Learn2LikeIt9-Oct-06 0:04 
AnswerRe: Boolean statments Pin
benjymous9-Oct-06 0:09
benjymous9-Oct-06 0:09 
AnswerRe: Boolean statments Pin
toxcct9-Oct-06 0:11
toxcct9-Oct-06 0:11 
AnswerRe: Boolean statments Pin
Hamid_RT9-Oct-06 1:23
Hamid_RT9-Oct-06 1:23 
GeneralRe: Boolean statments [modified] Pin
kakan9-Oct-06 1:48
professionalkakan9-Oct-06 1:48 
GeneralRe: Boolean statments Pin
Hamid_RT9-Oct-06 2:18
Hamid_RT9-Oct-06 2:18 
GeneralRe: Boolean statments Pin
kakan9-Oct-06 2:23
professionalkakan9-Oct-06 2:23 
GeneralRe: Boolean statments Pin
Zac Howland9-Oct-06 5:16
Zac Howland9-Oct-06 5:16 
AnswerRe: Boolean statments Pin
David Crow9-Oct-06 4:12
David Crow9-Oct-06 4:12 
QuestionNot understanding or WININET function not working properly ?!! Pin
Benlahrech .Dj8-Oct-06 23:46
Benlahrech .Dj8-Oct-06 23:46 
AnswerRe: Not understanding or WININET function not working properly ?!! Pin
Galatei9-Oct-06 1:44
Galatei9-Oct-06 1:44 
GeneralRe: Great thanks Pin
Benlahrech .Dj9-Oct-06 2:35
Benlahrech .Dj9-Oct-06 2:35 
GeneralRe: Great thanks Pin
Galatei9-Oct-06 3:36
Galatei9-Oct-06 3:36 
QuestionHow to copy data from a stream into a structure Pin
Dhilleswar8-Oct-06 23:34
Dhilleswar8-Oct-06 23:34 
AnswerRe: How to copy data from a stream into a structure Pin
toxcct8-Oct-06 23:44
toxcct8-Oct-06 23:44 

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.