Re: What is wrong with this call?
- From: Martin Ambuhl <mambuhl@xxxxxxxxxxxxx>
- Date: Mon, 17 Nov 2008 23:44:33 -0500
c.lang.myself@xxxxxxxxx wrote:
fopen(”c:\try\clip1.dat”, “r”);
\t is the escape sequence for a horizontal tab
\c is an undefined escape sequence
I doubt very much that your filename includes those characters.
There are two obvious suggestions to make:
1) If your question is worth asking, it is worth puting in the the body of your message. Subject headers are not the place for anything important for your message.
2) Buy any decent C text, and read the sections on character constants, string literals, and escape sequences.
.
- References:
- What is wrong with this call?
- From: c.lang.myself@xxxxxxxxx
- What is wrong with this call?
- Prev by Date: Re: What is wrong with this call?
- Next by Date: Re: What is wrong with this call?
- Previous by thread: Re: What is wrong with this call?
- Next by thread: Re: What is wrong with this call?
- Index(es):
Relevant Pages
|