L
liu
how c language to realize multiple ? can anyone tell me , thank you!
liu said:how c language to realize multiple ? can anyone tell me , thank you!
liu said:how c language to realize multiple ? can anyone tell me , thank you!
liu said:how c language to realize multiple ? can anyone tell me , thank you!
how c language to realize multiple ? can anyone tell me , thank you!
liu said:how c language to realize multiple ? can anyone tell me , thank you!
Bizarrely. Avoid them.
(or look up trigraphs if you really need the gory details)
how c language to realize multiple ? can anyone tell me , thank you!
char queries[] = "????????????????";
Arthur J. O'Dwyer said:how c language to realize multiple ? can anyone tell me , thank you!
char queries[] = "????????????????";
Quick -- what is the output of
puts(queries);
????????????????
No peeking!![]()
Arthur J. O'Dwyer said:liu said:how c language to realize multiple ? can anyone tell me
char queries[] = "????????????????";
Quick -- what is the output of
puts(queries);
No peeking!![]()
Arthur J. O'Dwyer said:char queries[] = "????????????????";
Quick -- what is the output of
puts(queries);
????????????????
A more interesting scenario is...
char queries[] = "'????????????????'";
Mac programmers of old should know, or at least know there's a potential
problem.
Arthur J. O'Dwyer said:On Fri, 21 Nov 2003, CBFalconer wrote:
char queries[] = "????????????????";
Quick -- what is the output of
puts(queries);
????????????????
Whoops -- my memory was faulty! I could've sworn there
was an "escape" trigraph ??? => ?, so that the above would
print fewer ?s than expected. But there's not. Peter and
Chuck are correct.
A more interesting scenario is...
char queries[] = "'????????????????'";
Mac programmers of old should know, or at least know there's a potential
problem.
<ot>
Did some Mac language contain the ??' => ^ trigraph?
</ot>
Arthur J. O'Dwyer said:A more interesting scenario is...
char queries[] = "'????????????????'";
Mac programmers of old should know, or at least know there's a potential
problem.
<ot>
Did some Mac language contain the ??' => ^ trigraph?
</ot>
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.