Click here to Skip to main content
15,921,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: PDF Pin
Hamid_RT6-Jun-07 5:04
Hamid_RT6-Jun-07 5:04 
GeneralRe: PDF Pin
S Douglas6-Jun-07 7:31
professionalS Douglas6-Jun-07 7:31 
QuestionWhy did the function PfAddFiltersToInterface always failed? Pin
yzzm6-Jun-07 4:49
yzzm6-Jun-07 4:49 
Questionios ???? Pin
Software_Specialist6-Jun-07 4:43
Software_Specialist6-Jun-07 4:43 
QuestionRe: ios ???? Pin
David Crow6-Jun-07 4:56
David Crow6-Jun-07 4:56 
AnswerRe: ios ???? Pin
Software_Specialist6-Jun-07 5:02
Software_Specialist6-Jun-07 5:02 
GeneralRe: ios ???? Pin
David Crow6-Jun-07 5:11
David Crow6-Jun-07 5:11 
AnswerRe: ios ???? Pin
Matthew Faithfull6-Jun-07 5:07
Matthew Faithfull6-Jun-07 5:07 
ios is a struct buried away deep in the C files of the runtime (CRT) library your code is linked to e.g. MSVCRT.DLL. out and binary are memebers or enum values or some such of ios which form bit flags for the mode for low level io. Intellisense is a bit lacking on the CRT, especially if the CRT sources are not in your projects source search path.
This stuff is all still valid but a little old fashioned in terms of naming conventions, use of language features and structuring of the code which makes it hard to understand these sources. No worries Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: ios ???? Pin
Software_Specialist6-Jun-07 5:14
Software_Specialist6-Jun-07 5:14 
GeneralRe: ios ???? Pin
David Crow6-Jun-07 7:27
David Crow6-Jun-07 7:27 
GeneralRe: ios ???? Pin
Mark Salsbery6-Jun-07 7:41
Mark Salsbery6-Jun-07 7:41 
GeneralRe: ios ???? Pin
Software_Specialist6-Jun-07 23:05
Software_Specialist6-Jun-07 23:05 
QuestionCImage in Visual C++ 6 Pin
iayd6-Jun-07 4:14
iayd6-Jun-07 4:14 
AnswerRe: CImage in Visual C++ 6 Pin
Hamid_RT6-Jun-07 4:30
Hamid_RT6-Jun-07 4:30 
GeneralRe: CImage in Visual C++ 6 Pin
David Crow6-Jun-07 4:43
David Crow6-Jun-07 4:43 
GeneralRe: CImage in Visual C++ 6 Pin
Hamid_RT6-Jun-07 4:52
Hamid_RT6-Jun-07 4:52 
GeneralRe: CImage in Visual C++ 6 Pin
iayd6-Jun-07 5:12
iayd6-Jun-07 5:12 
GeneralRe: CImage in Visual C++ 6 Pin
Hamid_RT6-Jun-07 7:52
Hamid_RT6-Jun-07 7:52 
AnswerRe: CImage in Visual C++ 6 Pin
Mark Salsbery6-Jun-07 5:18
Mark Salsbery6-Jun-07 5:18 
QuestionRe: CImage in Visual C++ 6 Pin
iayd6-Jun-07 22:40
iayd6-Jun-07 22:40 
QuestionBITWISE opearation Pin
Shah Satish6-Jun-07 2:43
Shah Satish6-Jun-07 2:43 
AnswerRe: BITWISE opearation Pin
JudyL_MD6-Jun-07 2:52
JudyL_MD6-Jun-07 2:52 
AnswerRe: BITWISE opearation Pin
David Crow6-Jun-07 2:53
David Crow6-Jun-07 2:53 
AnswerRe: BITWISE opearation Pin
CPallini6-Jun-07 2:53
mveCPallini6-Jun-07 2:53 
AnswerRe: BITWISE opearation Pin
apoorva_raje6-Jun-07 2:54
apoorva_raje6-Jun-07 2:54 

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.