Click here to Skip to main content
15,914,070 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to change current working directory in c/c++? Pin
CPallini2-Oct-08 0:58
mveCPallini2-Oct-08 0:58 
GeneralRe: How to change current working directory in c/c++? Pin
Hamid_RT2-Oct-08 19:36
Hamid_RT2-Oct-08 19:36 
QuestionCapturing events from the MS Office Appications for a skill test application Pin
sdancer751-Oct-08 23:01
sdancer751-Oct-08 23:01 
QuestionGood references on multithreading in C++ [modified] Pin
Steven Swart1-Oct-08 22:35
Steven Swart1-Oct-08 22:35 
AnswerRe: Good references on multithreading in C++ Pin
Roger Stoltz1-Oct-08 22:55
Roger Stoltz1-Oct-08 22:55 
GeneralRe: Good references on multithreading in C++ Pin
Steven Swart1-Oct-08 23:36
Steven Swart1-Oct-08 23:36 
GeneralRe: Good references on multithreading in C++ Pin
Roger Stoltz1-Oct-08 23:47
Roger Stoltz1-Oct-08 23:47 
GeneralRe: Good references on multithreading in C++ Pin
Steven Swart2-Oct-08 0:10
Steven Swart2-Oct-08 0:10 
Heh. I do realise this forum is biased to Win32, but I've yet to find a better one for my purposes... Wink | ;-)

A bit of background on our architecture, our apps are all server applications (services or daemons). GUI access is via a web-interface, so I don't need to know any GUI/OS specific stuff to do my job. Our codebase compiles on Windows, Solaris, Linux and FreeBSD. We do use pthreads for our unices, but our Windows build uses the native Win32 API. All of this is however nicely abstracted in our threading classes.

At some stage I would like to start developing my own applications though, and to do that I will need to know the nitty-gritty. So I'm starting to do the research now.

Thanks for all your help! Smile | :)

S.
GeneralRe: Good references on multithreading in C++ Pin
Steven Swart7-Oct-08 22:28
Steven Swart7-Oct-08 22:28 
AnswerRe: Good references on multithreading in C++ Pin
Hamid_RT2-Oct-08 19:35
Hamid_RT2-Oct-08 19:35 
GeneralRe: Good references on multithreading in C++ Pin
Steven Swart2-Oct-08 21:44
Steven Swart2-Oct-08 21:44 
GeneralRe: Good references on multithreading in C++ Pin
Hamid_RT3-Oct-08 0:55
Hamid_RT3-Oct-08 0:55 
QuestionThreads and Priority Pin
sunny_vc1-Oct-08 21:57
sunny_vc1-Oct-08 21:57 
AnswerRe: Threads and Priority Pin
Matthew Faithfull1-Oct-08 22:17
Matthew Faithfull1-Oct-08 22:17 
AnswerRe: Threads and Priority Pin
CPallini1-Oct-08 22:18
mveCPallini1-Oct-08 22:18 
AnswerRe: Threads and Priority Pin
Roger Stoltz1-Oct-08 22:24
Roger Stoltz1-Oct-08 22:24 
GeneralRe: Threads and Priority Pin
sunny_vc1-Oct-08 22:40
sunny_vc1-Oct-08 22:40 
AnswerRe: Threads and Priority Pin
Roger Stoltz1-Oct-08 23:03
Roger Stoltz1-Oct-08 23:03 
GeneralRe: Threads and Priority Pin
sunny_vc1-Oct-08 23:18
sunny_vc1-Oct-08 23:18 
AnswerRe: Threads and Priority Pin
Hamid_RT2-Oct-08 19:23
Hamid_RT2-Oct-08 19:23 
QuestionPrevent resize of custom taskbar (toolbar) Pin
AeJai1-Oct-08 10:15
AeJai1-Oct-08 10:15 
AnswerRe: Prevent resize of custom taskbar (toolbar) Pin
sashoalm1-Oct-08 21:57
sashoalm1-Oct-08 21:57 
Questionhow to get a line of text file Pin
nomi khan1-Oct-08 6:57
nomi khan1-Oct-08 6:57 
AnswerRe: how to get a line of text file Pin
CPallini1-Oct-08 7:41
mveCPallini1-Oct-08 7:41 
GeneralRe: how to get a line of text file Pin
nomi khan1-Oct-08 15:37
nomi khan1-Oct-08 15:37 

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.