Pseudocode - Translation
Author |
Message |
jolly50
![](http://compsci.ca/v3/uploads/user_avatars/1902118735472d277a65492.jpg)
|
Posted: Mon Dec 17, 2007 3:17 pm Post subject: Pseudocode - Translation |
|
|
Hey,
Is there a way to quickly translate your turing code into pseudocode? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Dan
![](http://wiki.compsci.ca/images/archive/3/3c/20100325043407!Danspic.gif)
|
Posted: Mon Dec 17, 2007 3:31 pm Post subject: RE:Pseudocode - Translation |
|
|
Why whould you whont to do that?
Pseudocode is almost allways used to demsotarit a programing conspect or algortithm well keeping it langue indpenement or for planing a program you are going to make.
However if you all ready have the code for the program it whould be better then have pseudocode as it is a working implmenation of the idea. Also turing is rather close to pseudocode to start with.... |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
![](images/spacer.gif) |
Shib
|
Posted: Mon Dec 17, 2007 4:04 pm Post subject: RE:Pseudocode - Translation |
|
|
Your supost you write the pseudocode before you write your program ![Very Happy Very Happy](http://compsci.ca/v3/images/smiles/icon_biggrin.gif) |
|
|
|
|
![](images/spacer.gif) |
solinent
|
Posted: Mon Dec 17, 2007 5:12 pm Post subject: RE:Pseudocode - Translation |
|
|
The whole point of pseudocode is to conceptualize the turing code.
However, pseudocode normally is alot shorter and to the point, since it doesn't have to work.
There is no such program that I know of, as it makes no sense (other than to skip some extra homework) |
|
|
|
|
![](images/spacer.gif) |
HeavenAgain
![](http://compsci.ca/v3/uploads/user_avatars/139122102045e603120b143.jpg)
|
Posted: Mon Dec 17, 2007 6:06 pm Post subject: RE:Pseudocode - Translation |
|
|
but i do know this program which translate program flow chart, into turing or some other langauges.... but i forgot what it was... similar to pseudocode i guess.. in a way |
|
|
|
|
![](images/spacer.gif) |
|
|