mark wrote: > hi guys, > i would like to know your opinons and insights regarding Visual C++ > 2008 of Microsoft. What are the things that MS Visual C++ is capable > of doing? Do programs written in Visual C++ 2008 (.net framework) run > as fast as what other generics of c++ do? thanks
Just because .NET is in the name doesn't mean it always links against the .NET runtimes. Most people use VC++ for what it is intended for - authoring console/Windows programs. The only time .NET comes into play is when you need to create some weird hybrid DLL (Marshalling/InterOp or something like that) that acts as an interface between the .NET world and some third-party/Windows DLL that doesn't play nice with .NET directly. In other words: A hack. Something .NET was supposed to eliminate the world of. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
