User:Pybalo/Handle (computer science)
Appearance
This user page or section is in a state of significant expansion or restructuring. You are welcome to assist in its construction by editing it as well. If this user page has not been edited in several days, please remove this template. If you are the editor who added this template and you are actively editing, please be sure to replace this template with {{in use}} during the active editing session. Click on the link for template parameters to use.
This page was last edited by Pybalo (talk | contribs) 17 years ago. (Update timer) |
“ | An information stream consists of
|
” |
— Edsger Dijkstra, EDW126 (1965) |
In computing, the term handle has been used in various knowledge areas, sometimes with different and specific meanings.
- File handle/file descriptors (NFS, UNIX)
- In Microsoft Windows programming, a handle is "simply a number (usually 32 bits in size) that refers to an object"[1].
- in C standard input/output library...
- In C++, may be refers to an object that control the access to other, like a smart pointer [2].
- James Coplien's handle/body class idiom
In Internet culture
[edit]- Related to Nickname
References
[edit]- ^ Charles Petzold. Programming Windows, 5th ed. Chapter 3. Getting a Handle on Handles
- ^ Bjarne Stroustrup. C++ Glosary