Thread
:
Char assignment using Octal values
View Single Post
Aug 17th, 2005, 2:15 PM
#
5
Monster
Newbie
Join Date: Jan 2005
Posts: 20
Rep Power:
0
Quote:
Originally Posted by
Ooble
Out of curiosity, how does the compiler differ between "\074", meaning octal character 74, and "\074", meaning a null byte followed by the characters '7' and '4'?
Single quotes = octal number
Double quotes = string
Monster
View Public Profile
Find More Posts by Monster