
-----------------------------------
Prince
Fri Jun 13, 2003 10:39 am

just a thought
-----------------------------------
i was wondering, can two different programming languages be mixed together (like how u can mix html and javascript) or is this impossible?

-----------------------------------
octopi
Fri Jun 13, 2003 12:17 pm


-----------------------------------
Well, can't you mix c++ and c?
I am sure you can...well atleast in a c++ compiler.


Other languages let you mix them in...what exactally do you think turing is, or perl, or php. They are all coded in c++.

-----------------------------------
Tony
Fri Jun 13, 2003 2:33 pm


-----------------------------------
I dont think its possible to integrate anything in turing, or turing into anything... Though its would not be a good idea ether way...

C++ and VB are compatable (why you think they're sold in one package?)

Since C++ is speed and VB is user intaractivity, naturally those languages are used in conjunction. Most of preformance demanding functions are writen in C++, then referenced in VB and used.

-----------------------------------
Homer_simpson
Fri Jun 13, 2003 3:47 pm


-----------------------------------
you can mix assembly with c and pascal...

-----------------------------------
Andy
Fri Jun 13, 2003 4:50 pm


-----------------------------------
damn turing, not good for anything except marks...

-----------------------------------
Catalyst
Fri Jun 13, 2003 9:05 pm


-----------------------------------
most of turing commands (read: all modules except GUI) are written in c++ and are locked away in lang.dll in the turing folder(check for your self they are all accesed with the external commands)

now if only we could get his exact dll formatting and swap lang out...

-----------------------------------
Prince
Fri Jun 13, 2003 9:15 pm


-----------------------------------
so does that mean u can put c++ code into turing compiler? (or vice versa)

-----------------------------------
Catalyst
Fri Jun 13, 2003 9:18 pm


-----------------------------------
no that means that c++ fucntions can be used in turing, but only if its in the lang.dll then broght in using external

-----------------------------------
Homer_simpson
Fri Jun 13, 2003 9:19 pm


-----------------------------------
hmmmm... is there a way to decompile dll file?!

-----------------------------------
Catalyst
Fri Jun 13, 2003 9:47 pm


-----------------------------------
how can take a look at the assembly
i tried making my own lang dll to replace it
but hes got resource files embedded in it
so it's hopeless

-----------------------------------
Andy
Sat Jun 14, 2003 3:55 pm


-----------------------------------
man, if u could do that that'll be awsome, just add it to all the comps at school, and i can cheat on CCC MUHAHAHAHA...
