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

Username:   Password: 
 RegisterRegister   
 Chart
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Booya




PostPosted: Mon Dec 12, 2005 8:59 pm   Post subject: Chart

Does anyone know how to make a chart in turing?????????????????????
Sponsor
Sponsor
Sponsor
sponsor
do_pete




PostPosted: Mon Dec 12, 2005 9:08 pm   Post subject: (No subject)

check out my 3D pie graphing module in [turing source code]
Tony




PostPosted: Mon Dec 12, 2005 9:12 pm   Post subject: (No subject)

Perhaps if you were to put more question marks?
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Geminias




PostPosted: Mon Dec 12, 2005 10:12 pm   Post subject: (No subject)

what kind of chart? a very basic chart is done like this

code:

put "HEADING1" : 15, "HEADING2" : 15, "HEADING3"
put "Hello" : 15, "Bad" : 15, "Homosexual"


in the following the colon 15 is how many spaces after the first character, so the chart will look a little funky but like i said, its very basic.

i assume you are talking about basic charts so here's another that is more congenial to a programmer.

code:


for i : 1 .. 3
  put "HEADING",i : 15 ..
  put "Hello" : 15 ..
end for



if you're looking for something more complex, like with arrays or something just ask.[/code]
Mr. T




PostPosted: Mon Dec 12, 2005 11:54 pm   Post subject: Alex's Opinion

Tony wrote:
Perhaps if you were to put more question marks?

Pwned. ROFL
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  [ 5 Posts ]
Jump to:   


Style:  
Search: