Author |
Message |
bugzpodder
|
Posted: Mon Jun 09, 2003 6:10 pm Post subject: Turing and C++ |
|
|
a few things i could think of which Turing does better than C++ is base conversion, draw stars, and mapleleafs. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Homer_simpson
|
Posted: Mon Jun 09, 2003 6:16 pm Post subject: (No subject) |
|
|
no that's bulljizz!!!
you can draw stars or maple leaf or whatever 10 times faster with c++!!! |
|
|
|
|
|
Tony
|
Posted: Mon Jun 09, 2003 6:19 pm Post subject: (No subject) |
|
|
bugz... its the same damn function... Turing does convert to C++ and compile |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Homer_simpson
|
Posted: Mon Jun 09, 2003 6:24 pm Post subject: (No subject) |
|
|
yes but it also compiles a lotta other shit that we dont want and slows are program down =/ |
|
|
|
|
|
Catalyst
|
Posted: Mon Jun 09, 2003 6:28 pm Post subject: (No subject) |
|
|
the other stuff just makes the exe large ,that and the fact turing is hybrid interpreter, at least thats what the holt site says and the runtime debug and error checking slow turing down |
|
|
|
|
|
bugzpodder
|
Posted: Mon Jun 09, 2003 8:03 pm Post subject: (No subject) |
|
|
you guys misunderstood me. there is no base convertion function, draw star function and draw maple leaf function in C++ |
|
|
|
|
|
PaddyLong
|
Posted: Mon Jun 09, 2003 8:09 pm Post subject: (No subject) |
|
|
hehe that's what I was thinking bugz |
|
|
|
|
|
Tony
|
Posted: Mon Jun 09, 2003 8:09 pm Post subject: (No subject) |
|
|
yeah... thats cuz tom west is pretending to be a nice guy and wrote one (or more likely found on) and included it in a custom library that is being attached to turing files. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Sponsor Sponsor
|
|
|
Martin
|
Posted: Mon Jun 09, 2003 8:36 pm Post subject: (No subject) |
|
|
You also have to admit that turing does have a much nicer error checking system than c++ (at least microsoft visual c++).
Also, umm...yeah. Better error checking. |
|
|
|
|
|
Homer_simpson
|
Posted: Mon Jun 09, 2003 8:48 pm Post subject: (No subject) |
|
|
what do u mean by base convertion?! |
|
|
|
|
|
bugzpodder
|
Posted: Mon Jun 09, 2003 8:55 pm Post subject: (No subject) |
|
|
yes that too, Darkness.
base conversion is when you convert from one base to another (helpful, arent I) |
|
|
|
|
|
Mazer
|
Posted: Mon Jun 09, 2003 8:57 pm Post subject: (No subject) |
|
|
he means 1000101(base 2) = 69 (base 10)
which can be done easily in turing by:
code: |
put strint ("1000101", 2)
|
|
|
|
|
|
|
Homer_simpson
|
Posted: Mon Jun 09, 2003 9:28 pm Post subject: (No subject) |
|
|
lol of course c++ does base changin!!! |
|
|
|
|
|
AsianSensation
|
Posted: Mon Jun 09, 2003 9:50 pm Post subject: (No subject) |
|
|
not as easy as Turing. I rememeber that DWITE contest, question 5, with base changing, it was soooo easy to do with turing. I think it would been a lot harder with C++ |
|
|
|
|
|
Martin
|
Posted: Mon Jun 09, 2003 9:51 pm Post subject: (No subject) |
|
|
Turing's a nice language to use for low level contests because of its easy syntax |
|
|
|
|
|
|