Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory compareing with char's Pin
Joaquín M López Muñoz15-May-02 9:03
Joaquín M López Muñoz15-May-02 9:03 
GeneralProb. to catch the EOF ?! Pin
Fred D.15-May-02 4:02
Fred D.15-May-02 4:02 
GeneralRe: Prob. to catch the EOF ?! Pin
Jeremy Falcon15-May-02 5:22
professionalJeremy Falcon15-May-02 5:22 
GeneralRe: Prob. to catch the EOF ?! Pin
Joaquín M López Muñoz15-May-02 5:17
Joaquín M López Muñoz15-May-02 5:17 
GeneralMultithreading in C++ without MFC Pin
15-May-02 3:19
suss15-May-02 3:19 
GeneralRe: Multithreading in C++ without MFC Pin
Prem Kumar15-May-02 3:45
Prem Kumar15-May-02 3:45 
GeneralRe: Multithreading in C++ without MFC Pin
Nish Nishant15-May-02 3:51
sitebuilderNish Nishant15-May-02 3:51 
GeneralRe: Multithreading in C++ without MFC Pin
Tim Smith15-May-02 4:45
Tim Smith15-May-02 4:45 
If you want threads and portability, then use the threads contained in BOOST.

www.boost.org

If you don't want to use BOOST, then at least look at the threads implementation in there so you can get an idea what is required to do threading using PTHREADS. Then you can design your own system. The important thing is that the OS specific calls such as CreateThread/_beginthreadex are abstracted using some type of class or library. Then you just have to adjust the class when porting to another platform.

Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
QuestionHow can I get and set the keyboard state? Pin
Edwin Geng15-May-02 2:11
Edwin Geng15-May-02 2:11 
AnswerRe: How can I get and set the keyboard state? Pin
Chris Losinger15-May-02 6:46
professionalChris Losinger15-May-02 6:46 
GeneralRe: How can I get and set the keyboard state? Pin
Edwin Geng16-May-02 6:20
Edwin Geng16-May-02 6:20 
GeneralRe: How can I get and set the keyboard state? Pin
Chris Losinger16-May-02 6:42
professionalChris Losinger16-May-02 6:42 
GeneralAnd now,something completely different Pin
nikoladsp15-May-02 1:26
nikoladsp15-May-02 1:26 
GeneralRe: And now,something completely different Pin
Nish Nishant15-May-02 1:50
sitebuilderNish Nishant15-May-02 1:50 
GeneralWow,it is working!! Pin
nikoladsp19-Jun-02 23:13
nikoladsp19-Jun-02 23:13 
GeneralDeviceIOControl for parallel port Pin
nafiton15-May-02 1:21
nafiton15-May-02 1:21 
GeneralRe: DeviceIOControl for parallel port Pin
jan larsen15-May-02 3:31
jan larsen15-May-02 3:31 
GeneralSetting Current Directory Pin
Andy Latham15-May-02 0:40
Andy Latham15-May-02 0:40 
GeneralRe: Setting Current Directory Pin
Nish Nishant15-May-02 1:12
sitebuilderNish Nishant15-May-02 1:12 
GeneralRe: Setting Current Directory Pin
Prem Kumar15-May-02 2:27
Prem Kumar15-May-02 2:27 
GeneralRe: Setting Current Directory Pin
Andy Latham15-May-02 2:37
Andy Latham15-May-02 2:37 
GeneralRe: Setting Current Directory Pin
Prem Kumar15-May-02 3:41
Prem Kumar15-May-02 3:41 
GeneralModal dialog closing problem Pin
Patrick Riphagen15-May-02 0:21
Patrick Riphagen15-May-02 0:21 
GeneralRe: Modal dialog closing problem Pin
Nish Nishant15-May-02 0:28
sitebuilderNish Nishant15-May-02 0:28 
QuestionHow can extract a Return Value from a Stored Procedure with ADO Pin
youssef14-May-02 23:48
youssef14-May-02 23:48 

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.