Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Ok, Visual Studio --> Managed Code

 

How do people build applications with unmanaged code? And wouldn't that be better than requiring the other person to have the .NET, 6, or whatever framework?

"Reality is fake, Dreams are for real"
  • *Experts*
Posted

Visual Studio is just a tool to write code. The language C++ is the only one that currently supports unmanaged code. You can also program C++ to use managed code.

 

Better is relative - and subject to opinion. If you program C++ you have a choice - use the managed extensions which provide a LOT of code and functionality (garbage collection, for instance) or unmanaged. I'm no C++ expert but that's the basics :)

 

Once upon a time, people thought the same thing about Visual Basic. You had to have a 3 meg, then 6 meg, then 8 (or 12 meg) DLL to interpret the VB p-code. But people got over that fear just as they will about the .NET framework (which is a required install for all apps that use it). It's about 20 meg but a one time install (save upgrades/updates). For clients it's not such a big deal. If you're writing software to sell, it's probably a bigger deal.

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...