Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Dont kno what to call this?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
bc123




PostPosted: Mon Oct 19, 2009 2:51 pm   Post subject: Dont kno what to call this?

hey guys i need to kno why this doesnt work?


http://www.network-science.de/ascii/

on this site type in guess and on the font find isometric1 and please tell me why i cant get it in turing
i put it in
put " "

but theres still errors and today my friend told me to use sumthing escape but i dont remember the first word! HELPP
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Mon Oct 19, 2009 3:02 pm   Post subject: RE:Dont kno what to call this?

\ is a character escape.
code:

put "such as\n\"\\"
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
ecookman




PostPosted: Mon Oct 19, 2009 4:24 pm   Post subject: RE:Dont kno what to call this?

prettymuch where you see a \ put another one
D_homes




PostPosted: Mon Nov 09, 2009 9:00 pm   Post subject: RE:Dont kno what to call this?

Escape Character used for:

code:

 \"              % quotation mark character
  \n or \N    % end of line character
  \t or \T    % tab character
  \f or \F     % form feed character
  \r or \R     %return character
  \b or \B      %backspace character
  \e or \E      %escape character
  \d or \D     %delete character
  \\              % backslash character
Zren




PostPosted: Mon Nov 09, 2009 10:17 pm   Post subject: RE:Dont kno what to call this?

Easiest way to copy paste this ASCII code into a text file and to read it from there using open/close and other file I/O stuff. Thus it would automatically generate the escape characters (that's assuming your good with file I/O).

Or you could create your own string replacement program (really easy if you know PHP's addslashes() function) and copy the output into your put statement.
bc123




PostPosted: Wed Nov 11, 2009 10:37 pm   Post subject: Re: RE:Dont kno what to call this?

Zren @ Mon Nov 09, 2009 10:17 pm wrote:
Easiest way to copy paste this ASCII code into a text file and to read it from there using open/close and other file I/O stuff. Thus it would automatically generate the escape characters (that's assuming your good with file I/O).
Or you could create your own string replacement program (really easy if you know PHP's addslashes() function) and copy the output into your put statement.


i dont even kno what I/O is XD... what is it exactly??

i thought u ment like put into a regular text then use the open demmand thing like

open (input) blbalba anyways cool
DtY




PostPosted: Wed Nov 11, 2009 10:58 pm   Post subject: RE:Dont kno what to call this?

I/O means Input/Output, it means exactly what it sounds like Smile
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 7 Posts ]
Jump to:   


Style:  
Search: