I'v got a copy of it .. whats it worth to you ? ..
Archived topic from Iceteks, old topic ID:3287, old post ID:26927
Search found 12 matches
- Sun May 15, 2005 7:53 pm
- Forum: Computer Hardware and Software
- Topic: Do You Have it??
- Replies: 14
- Views: 2157
- Fri Apr 29, 2005 7:12 pm
- Forum: Programming
- Topic: Sites to download turing off of
- Replies: 91
- Views: 69264
Sites to download turing off of
a programing language
Archived topic from Iceteks, old topic ID:3060, old post ID:26573
Archived topic from Iceteks, old topic ID:3060, old post ID:26573
- Mon Apr 25, 2005 9:38 pm
- Forum: Programming
- Topic: Sites to download turing off of
- Replies: 91
- Views: 69264
Sites to download turing off of
<r> i find it funny as ur first post .. was beging asking for turing .. geez kids these days .. *sigh <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>Archived topic from Iceteks, old topic ID:3060, old post ID:26537<e>[/size]</e></SIZE><e>[/color]</e></COLOR>...
- Wed Apr 13, 2005 8:10 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help.
- Replies: 3
- Views: 708
Turing Help.
<r> Syntax ceil (r : real) : int<br/> <br/> Description Returns the smallest integer greater than or equal to r.<br/> <br/> Details The ceil (ceiling) function is used to convert a real number to an integer. The result is the smallest integer that is greater than or equal to r. In other words, the c...
- Wed Apr 13, 2005 8:09 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help.
- Replies: 3
- Views: 708
Turing Help.
<r> Syntax div<br/> <br/> Description The div operator divides one number by another and produces the integer result, truncated in the direction of zero. For example, 7 div 2 produces 3 and -7 div 2 produces -3.<br/> <br/> Example In this example, eggCount is the total number of eggs. The first put ...
- Wed Apr 13, 2005 8:09 pm
- Forum: Computer Hardware and Software
- Topic: Turing Help.
- Replies: 3
- Views: 708
Turing Help.
<r> Syntax mod<br/> <br/> Description The mod (modulo) operator produces the modulo of one number with another. In other words, the result is always a number between 0 and the second operand. If both operands are positive, the result is identical to the remainder operator. For example, 7 mod 2 produ...
- Tue Apr 12, 2005 6:39 pm
- Forum: Computer Hardware and Software
- Topic: How to make something appear under something?
- Replies: 2
- Views: 1135
How to make something appear under something?
<r> uhm if i understand what ur asking .. just redraw the background .. should that not cover the airplane ? if that doesnt help try retyping ur question i had a hard time understanding what u wanted <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>Archived to...
- Tue Apr 12, 2005 6:38 pm
- Forum: Computer Hardware and Software
- Topic: Turing Need Help
- Replies: 10
- Views: 1776
Turing Need Help
<r><QUOTE author="Furball"><s>[quote=Furball]</s> Ya. sorry for the delay. Been away for a bit <E>:evilsmile:</E> . I won't be able to give a game to you so that you can get credit for it. It's dishonest and unloyal. However, read the threads we have posted on turing and see what you can get out of ...
- Tue Apr 12, 2005 6:12 pm
- Forum: Computer Hardware and Software
- Topic: help with dice for turing
- Replies: 2
- Views: 1303
help with dice for turing
<r> hmm neat lil program and what u'd have to do .. is make it soo when lets say the dice rolls a 1 you make a counter so dic1:= dic1+1 after ur loop of course .. and so on soo that at the end of the program .. i'll have lets say dic1:= 50 .. saying u rolled #1 50 times the chat .. is ez do that onc...
- Tue Apr 12, 2005 6:07 pm
- Forum: Computer Hardware and Software
- Topic: how do you make turing call up pictures?
- Replies: 2
- Views: 981
how do you make turing call up pictures?
<r> im assuming it would be the same as loading a picture .. why not just save the picture to where ur program is saved and just load the file instead of linking it to the webpage ? .. <br/> either or .. here's how you'd do it <br/> <br/> Pic.ScreenLoad (fileName : string, x, y, mode : int)<br/> <br...
- Tue Apr 12, 2005 6:02 pm
- Forum: Computer Hardware and Software
- Topic: A question about turing...
- Replies: 1
- Views: 1880
A question about turing...
getch (ch)
Archived topic from Iceteks, old topic ID:3152, old post ID:26352
Archived topic from Iceteks, old topic ID:3152, old post ID:26352
- Tue Apr 12, 2005 6:01 pm
- Forum: Computer Hardware and Software
- Topic: need help urgent
- Replies: 3
- Views: 915
need help urgent
<r> ok ok .. im in grade 11 programming and we had to do that program for grade 10 .. for one thing ... ur layout is wack .. i'll show you what it should some what look like <br/> <br/> var height, base: int<br/> <br/> put "What is the base of the square?"<br/> get base<br/> put "what is the height ...