Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
what is the difference between these statement
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Keith Thompson, post: 5022300"] C can't use an encoding where ' ' == '\0'; the null character has to be distinct from any other character value. (The only such encoding I'm aware of is the one for Knuth's MIX processor; I'm sure there have been others, but presumably they're all obsolete.) The GSM 7-bit and 8-bit character encodings <[URL]http://en.wikipedia.org/wiki/GSM_03.38[/URL]> use 0x00 for '@'; '@' isn't part of C's basic character set, but still I presume that software that deals with it can't use C's string functions to process it. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
what is the difference between these statement
Top