Search found 2 matches
- Sat Aug 30, 2008 8:42 pm
- Forum: Programming
- Topic: Managed, Unmanaged code C++
- Replies: 10
- Views: 2047
- Sat Aug 30, 2008 8:30 pm
- Forum: Programming
- Topic: Managed, Unmanaged code C++
- Replies: 10
- Views: 2047
In visual c++ you have a choice to create a managed class or an unmanaged class. The differences between managed code and unmanaged code are that unmanaged code is compiled directly to native machine code (otherwise known as native code), while managed code is compiled to a secondary language which ...