View Single Post
Old Aug 17th, 2005, 7:15 PM   #7
Scorpions4ever
Programmer
 
Join Date: Jun 2005
Posts: 86
Rep Power: 4 Scorpions4ever is on a distinguished road
Quote:
Originally Posted by Ooble
I got that. What I want to know is how you insert characters represented as octal numbers into a string.
printf("This is the first letter of the alphabet: \101\n");
Works for me on gcc 3.3.3
Scorpions4ever is offline   Reply With Quote