Click here to Skip to main content
15,889,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Migration of a VCPP program to Windows Vista Pin
jhwurmbach17-Sep-07 6:12
jhwurmbach17-Sep-07 6:12 
Questionchoosing Threads Pin
Gofur Halmurat17-Sep-07 4:35
Gofur Halmurat17-Sep-07 4:35 
AnswerRe: choosing Threads Pin
DevMentor.org17-Sep-07 4:38
DevMentor.org17-Sep-07 4:38 
GeneralRe: choosing Threads Pin
Gofur Halmurat17-Sep-07 6:02
Gofur Halmurat17-Sep-07 6:02 
GeneralRe: choosing Threads Pin
DevMentor.org17-Sep-07 6:33
DevMentor.org17-Sep-07 6:33 
AnswerRe: choosing Threads Pin
jhwurmbach17-Sep-07 4:39
jhwurmbach17-Sep-07 4:39 
AnswerRe: choosing Threads Pin
Nemanja Trifunovic17-Sep-07 4:45
Nemanja Trifunovic17-Sep-07 4:45 
AnswerRe: choosing Threads Pin
El Corazon17-Sep-07 6:30
El Corazon17-Sep-07 6:30 
Gofur Halmuratov wrote:
or another thread library?


I would use either TBB mentioned above, or use Qt. The primary reason is that most threading libraries lack thread compatible containers for data. TBB will be easier to code since it is higher level than most thread classes, but it still amounts to the same thing: you insert the code into a skeleton codeset. If you are simply using threads for scientific problem solving you may not need the storage containers, still it is nice to have.

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

QuestionWindows / Container like application Pin
Programm3r17-Sep-07 4:19
Programm3r17-Sep-07 4:19 
AnswerRe: Windows / Container like application Pin
Iain Clarke, Warrior Programmer17-Sep-07 4:28
Iain Clarke, Warrior Programmer17-Sep-07 4:28 
QuestionRe: Windows / Container like application Pin
Programm3r17-Sep-07 4:59
Programm3r17-Sep-07 4:59 
AnswerRe: Windows / Container like application Pin
Iain Clarke, Warrior Programmer17-Sep-07 5:15
Iain Clarke, Warrior Programmer17-Sep-07 5:15 
GeneralRe: Windows / Container like application Pin
Programm3r17-Sep-07 19:33
Programm3r17-Sep-07 19:33 
AnswerRe: Windows / Container like application Pin
GauranG Shah17-Sep-07 18:34
GauranG Shah17-Sep-07 18:34 
GeneralRe: Windows / Container like application Pin
Programm3r17-Sep-07 19:34
Programm3r17-Sep-07 19:34 
QuestionCombo Box problem Pin
koumodaki17-Sep-07 4:15
koumodaki17-Sep-07 4:15 
QuestionRe: Combo Box problem Pin
David Crow17-Sep-07 4:25
David Crow17-Sep-07 4:25 
AnswerRe: Combo Box problem Pin
koumodaki17-Sep-07 4:35
koumodaki17-Sep-07 4:35 
QuestionHow to Use the Java like CardLayout in Win32 Pin
GauranG Shah17-Sep-07 4:02
GauranG Shah17-Sep-07 4:02 
AnswerRe: How to Use the Java like CardLayout in Win32 Pin
led mike17-Sep-07 4:14
led mike17-Sep-07 4:14 
GeneralRe: How to Use the Java like CardLayout in Win32 Pin
GauranG Shah17-Sep-07 18:28
GauranG Shah17-Sep-07 18:28 
GeneralRe: How to Use the Java like CardLayout in Win32 Pin
led mike18-Sep-07 4:17
led mike18-Sep-07 4:17 
Questioncustom controls Pin
Waldermort17-Sep-07 3:54
Waldermort17-Sep-07 3:54 
AnswerRe: custom controls Pin
Chris Losinger17-Sep-07 4:01
professionalChris Losinger17-Sep-07 4:01 
GeneralRe: custom controls Pin
Waldermort17-Sep-07 4:14
Waldermort17-Sep-07 4:14 

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.