The question is in the title. I am trying to make an image that includes this character...
*typo in title. It should say 'do', not 'to'.*
The question is in the title. I am trying to make an image that includes this character...
*typo in title. It should say 'do', not 'to'.*
its really simple just do this
cout<<"\\"<<endl;
you just have to use two backslashes, not one.
oh, wow..I feel dumb. Thanks for the comment.
Also, note that it is:
\a beep
\\ slash
\b backspace
\" speech mark
\f form feed
\t tab
etc....
whats a form feed?
Its exactly what it says on the tin... its a form feed...
Remember, C was made a long time ago. It uses standard UNIX I/O. There isnt anything to say that the primary output cant be , say, a teleprinter, instead of a video display. In that case, it tells it to start a new page.
On a conventional display it has the effect of (in some OSes) cleaing the screen.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.