Click here to Skip to main content
15,896,726 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDirectplay voice on low bandwidth Pin
Atif Mushtaq28-Apr-04 19:03
Atif Mushtaq28-Apr-04 19:03 
Generalexport & import data from vc++ or c++ Pin
shiva shankar28-Apr-04 18:16
shiva shankar28-Apr-04 18:16 
GeneralRe: export & import data from vc++ or c++ Pin
harshadjahagirdar28-Apr-04 22:58
harshadjahagirdar28-Apr-04 22:58 
GeneralRe: export & import data from vc++ or c++ Pin
GuimaSun29-Apr-04 0:12
GuimaSun29-Apr-04 0:12 
GeneralRe: export & import data from vc++ or c++ Pin
David Crow29-Apr-04 2:25
David Crow29-Apr-04 2:25 
GeneralRe: export & import data from vc++ or c++ Pin
f6429-Apr-04 6:21
f6429-Apr-04 6:21 
GeneralMAC Address Pin
vikramlinux28-Apr-04 18:05
vikramlinux28-Apr-04 18:05 
GeneralRe: MAC Address Pin
gUrM33T28-Apr-04 19:07
gUrM33T28-Apr-04 19:07 
WTF | :WTF: WTF | :WTF: WTF | :WTF: WTF | :WTF: OMG | :OMG: OMG | :OMG:

First of all, you need to understand the difference between a MAC address and a GUID. If you really don't know the difference, may be this can help:

MAC Address: A 12-byte hexadecimal address used by the media access control layer of an 802.2 connection. It is an identifier of a network node that differentiates one node from another on a network.
GUID (Globally Unique Identifier): A 16-byte (128-bit) value that uniquely identifies some entity, such as a COM class, or COM interface. Examples of GUIDs are the CLSID and the IID. A GUID is also referred to as a Universally Unique Identifier (UUID).

To learn how to get the MAC address of an ethernet adapter, fire your MSDN and search for the keywords "MAC Address". Among your search resuls, you'll find an HOWTO article regarding your query. That is the solution to your problem.

Regards

Gurmeet
BTW, can Google help me find my lost pyjamas?

My Articles: HTML Reader C++ Class Library, Numeric Edit Control

GeneralRe: MAC Address Pin
David Crow29-Apr-04 2:35
David Crow29-Apr-04 2:35 
Questionif i create a Array template,how to provide the function of insert the data into the Array? Pin
vividtang28-Apr-04 16:49
vividtang28-Apr-04 16:49 
AnswerRe: if i create a Array template,how to provide the function of insert the data into the Array? Pin
gUrM33T28-Apr-04 17:18
gUrM33T28-Apr-04 17:18 
Generalusing the email sample Pin
includeh1028-Apr-04 16:37
includeh1028-Apr-04 16:37 
GeneralRe: using the email sample Pin
Paul Ranson28-Apr-04 23:58
Paul Ranson28-Apr-04 23:58 
GeneralRe: using the email sample Pin
includeh1029-Apr-04 1:07
includeh1029-Apr-04 1:07 
GeneralRe: using the email sample Pin
Paul Ranson29-Apr-04 1:37
Paul Ranson29-Apr-04 1:37 
GeneralRe: using the email sample Pin
includeh1029-Apr-04 1:50
includeh1029-Apr-04 1:50 
GeneralRe: using the email sample Pin
Paul Ranson29-Apr-04 3:04
Paul Ranson29-Apr-04 3:04 
GeneralRe: using the email sample Pin
includeh1029-Apr-04 3:29
includeh1029-Apr-04 3:29 
GeneralRe: using the email sample Pin
Paul Ranson29-Apr-04 11:18
Paul Ranson29-Apr-04 11:18 
GeneralNeed help with MDI Pin
Snyp28-Apr-04 16:14
Snyp28-Apr-04 16:14 
GeneralRe: Need help with MDI Pin
Ryan Binns28-Apr-04 17:58
Ryan Binns28-Apr-04 17:58 
GeneralRe: Need help with MDI Pin
britonleap26-Jun-04 9:29
britonleap26-Jun-04 9:29 
Questionstl's list.. how to delete an item of the list? Pin
kfaday28-Apr-04 14:19
kfaday28-Apr-04 14:19 
AnswerRe: stl's list.. how to delete an item of the list? Pin
f6428-Apr-04 14:43
f6428-Apr-04 14:43 
GeneralChanging source files location Pin
luddet28-Apr-04 14:08
luddet28-Apr-04 14:08 

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.