|
-
Jan 26th, 2004, 10:31 AM
#1
Thread Starter
Addicted Member
Multiple Languages
This may or may not be a stupid question, but why and when would you want to mix programming languages in a single app?
(ie: VB.Net and C++.Net)
What are the benefits and is any the downfalls?
-
Jan 26th, 2004, 11:18 AM
#2
Frenzied Member
You can't mix programming languages in an application.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jan 26th, 2004, 11:21 AM
#3
Unless I misunderstand the question you can mix languages by referencing COM or .NET components or loading DLLs.
You may well want to write your front-end GUI in something that is quick to develop (like VB) but write components to handle the speed-critical processes behind it all.
This world is not my home. I'm just passing through.
-
Jan 26th, 2004, 03:12 PM
#4
Thread Starter
Addicted Member
This is what I'm meant, sorry for the misleading question!
You may well want to write your front-end GUI in something that is quick to develop (like VB) but write components to handle the speed-critical processes behind it all.
So the benefits mainly all performance and of course ease of use (Using VB for the front end)?
-
Jan 26th, 2004, 06:12 PM
#5
Frenzied Member
One of the touted advantages is that you can write your stuff in say, Delphi and I can write my stuff in Cobol, compile it as .NET and then someone case access it from VB. The idea that you can use your language of choice - as long as it'll do .NET
-
Jan 27th, 2004, 03:05 AM
#6
Yes, performance and ease-of-use. Reusability also comes into it. My current VB application has references to the Active Database Objects dll - I'm sure that this wasn't written in VB, but that doesn't stop me being able to use it.
This world is not my home. I'm just passing through.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|