View Single Post
Old Aug 17th, 2005, 2:15 PM   #5
Monster
Newbie
 
Join Date: Jan 2005
Posts: 20
Rep Power: 0 Monster is on a distinguished road
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 is offline   Reply With Quote