Computer Science Canada

just a thought

Author:  Prince [ Fri Jun 13, 2003 10:39 am ]
Post subject:  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?

Author:  octopi [ Fri Jun 13, 2003 12:17 pm ]
Post subject: 

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++.

Author:  Tony [ Fri Jun 13, 2003 2:33 pm ]
Post subject: 

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.

Author:  Homer_simpson [ Fri Jun 13, 2003 3:47 pm ]
Post subject: 

you can mix assembly with c and pascal...

Author:  Andy [ Fri Jun 13, 2003 4:50 pm ]
Post subject: 

damn turing, not good for anything except marks...

Author:  Catalyst [ Fri Jun 13, 2003 9:05 pm ]
Post subject: 

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...

Author:  Prince [ Fri Jun 13, 2003 9:15 pm ]
Post subject: 

so does that mean u can put c++ code into turing compiler? (or vice versa)

Author:  Catalyst [ Fri Jun 13, 2003 9:18 pm ]
Post subject: 

no that means that c++ fucntions can be used in turing, but only if its in the lang.dll then broght in using external

Author:  Homer_simpson [ Fri Jun 13, 2003 9:19 pm ]
Post subject: 

hmmmm... is there a way to decompile dll file?!

Author:  Catalyst [ Fri Jun 13, 2003 9:47 pm ]
Post subject: 

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

Author:  Andy [ Sat Jun 14, 2003 3:55 pm ]
Post subject: 

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...


: