Computer Science Canada procedures and functions-project ideas needed? |
| Author: | Jimbo1991 [ Tue Apr 22, 2008 12:08 pm ] |
| Post subject: | procedures and functions-project ideas needed? |
i have a final project to do with turing, in which procedures and functions need to be used, can anybody give me some ideas that i could do for it? thanks |
|
| Author: | Tony [ Tue Apr 22, 2008 12:31 pm ] |
| Post subject: | RE:procedures and functions-project ideas needed? |
absolutely anything. You should be refactoring your code into usable functions anyway. |
|
| Author: | Jimbo1991 [ Tue Apr 22, 2008 12:33 pm ] |
| Post subject: | Re: procedures and functions-project ideas needed? |
and what exactly does that mean? im a noob when it comes to turing |
|
| Author: | Tony [ Tue Apr 22, 2008 12:35 pm ] |
| Post subject: | RE:procedures and functions-project ideas needed? |
not just Turing Wikipedia: Refactoring Quote: Code refactoring is any change to a computer program's code that improves its readability or simplifies its structure without changing its results. |
|
| Author: | Jimbo1991 [ Tue Apr 22, 2008 12:37 pm ] |
| Post subject: | RE:procedures and functions-project ideas needed? |
im still lost, even with wikipedia, how about an example please? |
|
| Author: | Tony [ Tue Apr 22, 2008 12:42 pm ] | ||
| Post subject: | RE:procedures and functions-project ideas needed? | ||
|
|||
| Author: | Jimbo1991 [ Tue Apr 22, 2008 12:45 pm ] |
| Post subject: | RE:procedures and functions-project ideas needed? |
o ok, il have to check it out the next time i have a computer that has turing on it |
|
| Author: | Tony [ Tue Apr 22, 2008 12:58 pm ] |
| Post subject: | RE:procedures and functions-project ideas needed? |
you could read more on this in tutorials via the Turing Walkthrough |
|
| Author: | Saad [ Tue Apr 22, 2008 3:22 pm ] | ||||||||
| Post subject: | Re: RE:procedures and functions-project ideas needed? | ||||||||
Tony @ Tue Apr 22, 2008 12:42 pm wrote:
Perhaps you were in a hurry but it should be procedure not function
To answer your orignal question. Functions and procedures are used to put repetative code only once. Consider the following
Vs.
|
|||||||||
| Author: | Jimbo1991 [ Wed Apr 23, 2008 12:52 pm ] |
| Post subject: | RE:procedures and functions-project ideas needed? |
finaly i understand! thanks |
|