Click here to Skip to main content
15,906,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with memory leak warning message Pin
Antti Keskinen11-Feb-04 6:34
Antti Keskinen11-Feb-04 6:34 
GeneralRe: Help with memory leak warning message (solved) Pin
J.B.11-Feb-04 17:11
J.B.11-Feb-04 17:11 
GeneralRe: Help with memory leak warning message (solved) Pin
Antti Keskinen11-Feb-04 18:41
Antti Keskinen11-Feb-04 18:41 
GeneralRe: Help with memory leak warning message (solved) Pin
J.B.12-Feb-04 6:04
J.B.12-Feb-04 6:04 
GeneralRe: Help with memory leak warning message Pin
Peter Weyzen11-Feb-04 7:42
Peter Weyzen11-Feb-04 7:42 
GeneralRe: Help with memory leak warning message Pin
Graham Bradshaw11-Feb-04 3:49
Graham Bradshaw11-Feb-04 3:49 
GeneralReading the USB port Pin
Demian Panello11-Feb-04 2:01
Demian Panello11-Feb-04 2:01 
GeneralRe: Reading the USB port Pin
Antti Keskinen11-Feb-04 2:35
Antti Keskinen11-Feb-04 2:35 
The USB is not just a port.

The USB is a bus. This having said, you can easily imagine USB as a small-scale local area network. Each USB device you have is connected to this bus, and each device is by default equally important.

This means that in order to operate on the USB, you must have an external device that can register itself into the USB Hub controller of your computer. This registration process allows the controller to create a pipe from your computer's address space to the destination device.

I suggest reading BeyondLogic's site's excellent article on the nature of the Universal Serial Bus. You can find this article's first chapter from here[^].

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: Reading the USB port Pin
Demian Panello11-Feb-04 4:54
Demian Panello11-Feb-04 4:54 
Generaledk.h Pin
barzw11-Feb-04 1:08
barzw11-Feb-04 1:08 
GeneralRe: edk.h Pin
Michael P Butler11-Feb-04 1:18
Michael P Butler11-Feb-04 1:18 
Generalmachine code Pin
Anonymous11-Feb-04 0:53
Anonymous11-Feb-04 0:53 
GeneralRe: machine code Pin
Prakash Nadar11-Feb-04 1:04
Prakash Nadar11-Feb-04 1:04 
GeneralRe: machine code Pin
Anonymous11-Feb-04 1:13
Anonymous11-Feb-04 1:13 
GeneralRe: machine code Pin
jmkhael11-Feb-04 1:30
jmkhael11-Feb-04 1:30 
GeneralRe: machine code Pin
Anonymous11-Feb-04 1:37
Anonymous11-Feb-04 1:37 
GeneralRe: machine code Pin
jhwurmbach11-Feb-04 2:47
jhwurmbach11-Feb-04 2:47 
GeneralRe: machine code Pin
Antti Keskinen11-Feb-04 3:04
Antti Keskinen11-Feb-04 3:04 
GeneralRe: machine code Pin
Prakash Nadar11-Feb-04 1:35
Prakash Nadar11-Feb-04 1:35 
GeneralRe: machine code Pin
Alexander M.,11-Feb-04 5:10
Alexander M.,11-Feb-04 5:10 
GeneralRe: machine code Pin
jmkhael11-Feb-04 6:38
jmkhael11-Feb-04 6:38 
GeneralMulti-tray printing Pin
11-Feb-04 0:52
suss11-Feb-04 0:52 
GeneralRe: Multi-tray printing Pin
Steve S11-Feb-04 6:18
Steve S11-Feb-04 6:18 
GeneralSet source code path in VC.Net Pin
El'Cachubrey10-Feb-04 23:02
El'Cachubrey10-Feb-04 23:02 
Question"CURSORINFO" undeclared identifier ?? Pin
oliverlin10-Feb-04 22:59
oliverlin10-Feb-04 22:59 

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.