Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting the DPI value in C++ code Pin
Blake Miller7-Jun-05 4:44
Blake Miller7-Jun-05 4:44 
GeneralRe: Getting the DPI value in C++ code Pin
David Crow7-Jun-05 7:17
David Crow7-Jun-05 7:17 
QuestionHow to write source code documentation? Pin
loobian7-Jun-05 0:36
loobian7-Jun-05 0:36 
AnswerRe: How to write source code documentation? Pin
toxcct7-Jun-05 1:20
toxcct7-Jun-05 1:20 
AnswerRe: How to write source code documentation? Pin
RChin7-Jun-05 3:53
RChin7-Jun-05 3:53 
AnswerRe: How to write source code documentation? Pin
Wes Aday7-Jun-05 7:54
professionalWes Aday7-Jun-05 7:54 
QuestionWhat is a file? Pin
Dimitris Vikeloudas7-Jun-05 0:26
Dimitris Vikeloudas7-Jun-05 0:26 
AnswerRe: What is a file? Pin
David Crow7-Jun-05 3:46
David Crow7-Jun-05 3:46 
Dimitris Vikeloudas wrote:
E.g. for my own inverstigation I found that the _stat (aka stat of UNIX) returns always the same inode number whatever the file is.

Which is what the documentation says it will do on FAT, HPFS, or NTFS file systems. It is a UNIX-specific value.

Dimitris Vikeloudas wrote:
iii. How can I related the different handles logically.

What exactly do you mean by this? A handle is nothing more than an object identifier. You have a handle: Dimitris Vikeloudas. It is what's used when we want to communicate with you (except that we do not destroy yours when we are done!).

Dimitris Vikeloudas wrote:
iv. How the files, the HANLDE and processes are related.

There is no relationship, except that a process can "own" zero or more handles. Per MSDN, a process is a running application that consists of a private virtual address space, code, data, and other operating-system resources, such as files, pipes, and synchronization objects that are visible to the process. A process also contains one or more threads that run in the context of the process. A handle is a a variable that contains the address of another variable, which in turn contains the address of the desired object, or a token that an application can use to identify and access an object such as a device, a file, a window, or a dialog box.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: What is a file? Pin
Dimitris Vikeloudas7-Jun-05 4:45
Dimitris Vikeloudas7-Jun-05 4:45 
GeneralRe: What is a file? Pin
John M. Drescher7-Jun-05 5:44
John M. Drescher7-Jun-05 5:44 
GeneralRe: What is a file? Pin
John M. Drescher7-Jun-05 6:01
John M. Drescher7-Jun-05 6:01 
AnswerRe: What is a file? Pin
John M. Drescher7-Jun-05 4:04
John M. Drescher7-Jun-05 4:04 
AnswerFAT32 & NTFS Pin
bghuang7-Jun-05 4:29
bghuang7-Jun-05 4:29 
GeneralHELP... Pin
7-Jun-05 0:05
suss7-Jun-05 0:05 
GeneralRe: HELP... Pin
Bob Stanneveld7-Jun-05 0:18
Bob Stanneveld7-Jun-05 0:18 
GeneralRe: HELP... Pin
toxcct7-Jun-05 1:34
toxcct7-Jun-05 1:34 
GeneralRe: HELP... Pin
Bob Stanneveld7-Jun-05 1:36
Bob Stanneveld7-Jun-05 1:36 
GeneralRe: HELP... Pin
toxcct7-Jun-05 1:51
toxcct7-Jun-05 1:51 
GeneralRe: HELP... Pin
Bob Stanneveld7-Jun-05 2:03
Bob Stanneveld7-Jun-05 2:03 
GeneralRe: HELP... Pin
ThatsAlok7-Jun-05 2:14
ThatsAlok7-Jun-05 2:14 
GeneralRe: HELP... Pin
Bob Stanneveld7-Jun-05 2:22
Bob Stanneveld7-Jun-05 2:22 
GeneralRe: HELP... Pin
toxcct7-Jun-05 5:06
toxcct7-Jun-05 5:06 
QuestionHow to access the variables of View Class Pin
nripun7-Jun-05 0:00
nripun7-Jun-05 0:00 
AnswerRe: How to access the variables of View Class Pin
Rahim Rattani7-Jun-05 0:14
Rahim Rattani7-Jun-05 0:14 
AnswerRe: How to access the variables of View Class Pin
Cedric Moonen7-Jun-05 0:17
Cedric Moonen7-Jun-05 0:17 

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.