Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-10 Thread Ken Corkins
;s first > router. > > > >From: "Priscilla Oppenheimer" > >Reply-To: "Priscilla Oppenheimer" > >To: [EMAIL PROTECTED] > >Subject: Re: what does 0 in 0X mean? [7:40372] > >Date: Wed, 3 Apr 2002 17:22:17 -0500 > > > >I think edit

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-08 Thread Michael Bray
interpreted as a variable name... Mike Bray [EMAIL PROTECTED] -Original Message- From: Marko Milivojevic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 7:22 PM To: [EMAIL PROTECTED] Subject: RE: what does 0 in 0X mean? [7:40372] >I know that... by why? What's

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-04 Thread Dennis Olson
nnis Olson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Marc Thach Xuan Ky Sent: Thursday, April 04, 2002 5:29 AM To: [EMAIL PROTECTED] Subject: Re: what does 0 in 0Xnnnn mean? [7:40372] I guess then when you are writing a parser for a compiler then it he

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-04 Thread Marc Thach Xuan Ky
#x27;s first router. > > >From: "Priscilla Oppenheimer" > >Reply-To: "Priscilla Oppenheimer" > >To: [EMAIL PROTECTED] > >Subject: Re: what does 0 in 0X mean? [7:40372] > >Date: Wed, 3 Apr 2002 17:22:17 -0500 > > > >I think editors like

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Marko Milivojevic
>I know that... by why? What's the origin of the 0X? In Cisco devices - most probably the same notation as used in C programming language. Why is that way in C is computer history and I think that I missed that class :-) Marko. Message Posted at: http://www.groupstudy.com/form/read.

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Wes Stevens
We need to find an old ibm'er for that answer I think. I know that 0x has been used on ibm systems since before cisco made it's first router. >From: "Priscilla Oppenheimer" >Reply-To: "Priscilla Oppenheimer" >To: [EMAIL PROTECTED] >Subject: Re: wh

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Jeffrey Reed
I know that... by why? What's the origin of the 0X? Jeffrey Reed Classic Networking, Inc. -Original Message- From: Lomker, Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:32 PM To: 'Jeffrey Reed'; [EMAIL PROTECTED] Subject: RE: what does 0 in 0X

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Paul Borghese
0x means that the number is in hex. So for example 0xFF is equal to 255. Paul - Original Message - From: "Jeffrey Reed" To: Sent: Wednesday, April 03, 2002 3:12 PM Subject: what does 0 in 0Xnnnn mean? [7:40372] > Heres a good question an intern asked me and I couldnt

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Tom Ranalli
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Neiberger Sent: Wednesday, April 03, 2002 1:41 PM To: [EMAIL PROTECTED] Subject: Re: what does 0 in 0X mean? [7:40372] I think the question is what does the '0' specifically refer to? We kn

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Priscilla Oppenheimer
t indicates that the notation in use is hexadecimal for the >registry >number i.e. 0x2102 set the registry bits to 110010 > >Persio > >- Original Message - >From: "Jeffrey Reed" >To: >Sent: Wednesday, April 03, 2002 5:12 PM >Subject: what does

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread John Neiberger
hould mean decimal. John >>> "Persio Pucci" 4/3/02 2:16:55 PM >>> That indicates that the notation in use is hexadecimal for the registry number i.e. 0x2102 set the registry bits to 110010 Persio - Original Message - From: "Jeffrey Reed" To

Re: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Persio Pucci
That indicates that the notation in use is hexadecimal for the registry number i.e. 0x2102 set the registry bits to 110010 Persio - Original Message - From: "Jeffrey Reed" To: Sent: Wednesday, April 03, 2002 5:12 PM Subject: what does 0 in 0Xnnnn mean? [7:40372]

RE: what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Lomker, Michael
> I was working with him showing how to recover a password and we were > changing the confreg setting. He asked what the leading 0 before the X > represented. "0x" denotes a hexadecimal number rather than decimal. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=40380&t=40372

what does 0 in 0Xnnnn mean? [7:40372]

2002-04-03 Thread Jeffrey Reed
Heres a good question an intern asked me and I couldnt even make-up an answer I was working with him showing how to recover a password and we were changing the confreg setting. He asked what the leading 0 before the X represented. Im not sure any help from the group is appreciated. Jeffrey