Click here to Skip to main content
15,891,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DLL Question Pin
#realJSOP1-Mar-07 23:27
mve#realJSOP1-Mar-07 23:27 
GeneralRe: DLL Question Pin
Programm3r1-Mar-07 23:30
Programm3r1-Mar-07 23:30 
GeneralRe: DLL Question Pin
ThatsAlok2-Mar-07 0:20
ThatsAlok2-Mar-07 0:20 
QuestionRe: DLL Question Pin
Programm3r2-Mar-07 0:37
Programm3r2-Mar-07 0:37 
QuestionIE control painting issue. - Urgent. Pin
Suyash1-Mar-07 23:01
Suyash1-Mar-07 23:01 
AnswerRe: IE control painting issue. - Urgent. Pin
Mark Salsbery2-Mar-07 9:00
Mark Salsbery2-Mar-07 9:00 
QuestionFile pointer & File descriptor Pin
san123pune1-Mar-07 22:55
san123pune1-Mar-07 22:55 
AnswerRe: File pointer & File descriptor [modified] Pin
toxcct1-Mar-07 22:58
toxcct1-Mar-07 22:58 
a file descriptor is an unique number managed by the system itself to identify the file opened.

in your code, you don't get it. you get a FILE* (file pointer) to a copy of the opened file mounted in memory

you actually never work directly on the hard disk file, but on its copy into memory


GeneralRe: File pointer & File descriptor Pin
san123pune1-Mar-07 23:13
san123pune1-Mar-07 23:13 
QuestionTemplate Class Problem - Newbie [modified] Pin
antonaras1-Mar-07 22:35
antonaras1-Mar-07 22:35 
AnswerRe: Template Class Problem - Newbie Pin
toxcct1-Mar-07 22:39
toxcct1-Mar-07 22:39 
GeneralRe: Template Class Problem - Newbie Pin
antonaras1-Mar-07 22:47
antonaras1-Mar-07 22:47 
GeneralRe: Template Class Problem - Newbie Pin
toxcct1-Mar-07 22:53
toxcct1-Mar-07 22:53 
AnswerRe: Template Class Problem - Newbie Pin
prasad_som1-Mar-07 22:47
prasad_som1-Mar-07 22:47 
GeneralRe: Template Class Problem - Newbie Pin
antonaras1-Mar-07 22:57
antonaras1-Mar-07 22:57 
QuestionHow to put combo box as list subitem? Pin
Aryan S1-Mar-07 21:48
Aryan S1-Mar-07 21:48 
AnswerRe: How to put combo box as list subitem? Pin
prasad_som1-Mar-07 22:02
prasad_som1-Mar-07 22:02 
AnswerRe: How to put combo box as list subitem? Pin
Hamid_RT1-Mar-07 23:41
Hamid_RT1-Mar-07 23:41 
Questioncommunication program Pin
Kiethnt1-Mar-07 21:27
Kiethnt1-Mar-07 21:27 
QuestionComboBox Height Pin
Nishad S1-Mar-07 21:21
Nishad S1-Mar-07 21:21 
AnswerRe: ComboBox Height Pin
prasad_som1-Mar-07 21:48
prasad_som1-Mar-07 21:48 
GeneralRe: ComboBox Height Pin
Nishad S1-Mar-07 21:51
Nishad S1-Mar-07 21:51 
AnswerRe: ComboBox Height Pin
prasad_som1-Mar-07 21:57
prasad_som1-Mar-07 21:57 
GeneralRe: ComboBox Height Pin
Nishad S1-Mar-07 22:31
Nishad S1-Mar-07 22:31 
AnswerRe: ComboBox Height Pin
prasad_som1-Mar-07 22:42
prasad_som1-Mar-07 22:42 

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.