Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HANDLE to a directory in Win-ME Pin
Mike Nordell26-Jan-03 14:07
Mike Nordell26-Jan-03 14:07 
GeneralWTL documentation, free book, tutorial... Pin
axa25-Jan-03 18:23
axa25-Jan-03 18:23 
GeneralRe: WTL documentation, free book, tutorial... Pin
saierdia25-Jan-03 20:11
saierdia25-Jan-03 20:11 
GeneralDialog/Thread Question Pin
SAVAGE KEN25-Jan-03 15:04
sussSAVAGE KEN25-Jan-03 15:04 
GeneralRe: Dialog/Thread Question Pin
Michael Dunn25-Jan-03 15:46
sitebuilderMichael Dunn25-Jan-03 15:46 
QuestionCasting DWORD to String? Pin
georgiek5025-Jan-03 13:45
georgiek5025-Jan-03 13:45 
AnswerRe: Casting DWORD to String? Pin
Mike Nordell25-Jan-03 14:39
Mike Nordell25-Jan-03 14:39 
GeneralRe: Casting DWORD to String? Pin
georgiek5026-Jan-03 0:58
georgiek5026-Jan-03 0:58 
Thanks and forgive me for sounding stupid but there are wide gaps in my c++ knowledge so I will ask you another question. MSDN states DWORD to be 32 bit unsigned int. How exactly would I go about extracting bytes from a DWORD? Would I treat it like say an array and use a for loop: eg:

for (int iLoop = 0; iLoop < 4; iLoop++)
     sz[iLoop] = fccHandle[iLoop];


In fact now that I think about it my knowledge of working with bits is actually also zero, something I've been avoiding but now it's time to learn. Can you suggest a book or a good tutorial on bit manipulation? Thanks again.
GeneralRe: Casting DWORD to String? Pin
Mike Nordell26-Jan-03 2:03
Mike Nordell26-Jan-03 2:03 
GeneralRe: Casting DWORD to String? Pin
PJ Arends26-Jan-03 17:02
professionalPJ Arends26-Jan-03 17:02 
GeneralRe: Casting DWORD to String? Pin
georgiek5027-Jan-03 1:40
georgiek5027-Jan-03 1:40 
GeneralDouble Click Tree Control Pin
25-Jan-03 11:44
suss25-Jan-03 11:44 
GeneralRe: Double Click Tree Control Pin
Michael Dunn25-Jan-03 15:47
sitebuilderMichael Dunn25-Jan-03 15:47 
GeneralInvoking the JVM from C++ Pin
Member 8408525-Jan-03 6:05
Member 8408525-Jan-03 6:05 
GeneralArrrggghh! Threads and CInternetSession Pin
(Steven Hicks)n+125-Jan-03 5:17
(Steven Hicks)n+125-Jan-03 5:17 
GeneralRe: Arrrggghh! Threads and CInternetSession Pin
Neville Franks25-Jan-03 10:14
Neville Franks25-Jan-03 10:14 
GeneralRe: Arrrggghh! Threads and CInternetSession Pin
(Steven Hicks)n+125-Jan-03 10:24
(Steven Hicks)n+125-Jan-03 10:24 
GeneralRe: Arrrggghh! Threads and CInternetSession Pin
Neville Franks25-Jan-03 10:29
Neville Franks25-Jan-03 10:29 
Questionshortcut key in colecontrol doesn't work,why? Pin
reebes25-Jan-03 5:13
reebes25-Jan-03 5:13 
GeneralDundas Ultimate Toolbox Pin
Nish Nishant25-Jan-03 4:50
sitebuilderNish Nishant25-Jan-03 4:50 
GeneralRe: Dundas Ultimate Toolbox Pin
Abbas_Riazi26-Jan-03 0:46
professionalAbbas_Riazi26-Jan-03 0:46 
GeneralRe: Dundas Ultimate Toolbox Pin
Nish Nishant27-Jan-03 16:30
sitebuilderNish Nishant27-Jan-03 16:30 
GeneralRe: Dundas Ultimate Toolbox Pin
Peter Zajac27-Jan-03 4:48
Peter Zajac27-Jan-03 4:48 
GeneralRe: Dundas Ultimate Toolbox Pin
Nish Nishant27-Jan-03 16:29
sitebuilderNish Nishant27-Jan-03 16:29 
GeneralQuestion about CRITICAL_SECTION and WaitForSingleObject. Pin
George225-Jan-03 3:24
George225-Jan-03 3:24 

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.