Re: String to Octal
- From: "suresh" <mail2msuresh@xxxxxxxxx>
- Date: 21 Feb 2006 04:42:22 -0800
fuch6921@xxxxxxxxxxxxx wrote:
I want to read in an Octal number argument and have it stored as an
octal number.
What do you mean by 'storing it as an octal number' ?
The representation of a number dose not matter for C. Typically it is
stored as binary number. If you have an underlying machine which
can store 8 symbols for each "bit" only then can you store it as octal
number.
I have seen lot of beginners having this confusion with octal and
hexadecimal representations. It is better to be cleared off this
confusion in the beginning it self.
.
- Follow-Ups:
- Re: String to Octal
- From: Micah Cowan
- Re: String to Octal
- References:
- String to Octal
- From: fuch6921
- Re: String to Octal
- From: Martin Ambuhl
- String to Octal
- Prev by Date: Re: Q: portable way copy files using C on Unix an Windows -- dirent or similar
- Next by Date: Re: PLEASE HELP Trying to use SSH programmatically to run program on remote host
- Previous by thread: Re: String to Octal
- Next by thread: Re: String to Octal
- Index(es):
Relevant Pages
|