Red Squirrel
No Lifer
That's true it's easier to write a crappy C++ app compared to a crappy managed app.
Though the optimization is another good point. managed apps rely on all sorts of DLLs and junk. In fact I remember coding something in Borland C++, was an entire project for school. i compile the app, bring it to school, ERROR, turned out I needed a crapload of DLLs that came with the compiler. This is the same with MFC and other MS specific apps. You need dependancies (normally the .net framework) for it to run.
A properly coded C++ app won't have many dependancies, if any, making it easy to deploy.
Though the optimization is another good point. managed apps rely on all sorts of DLLs and junk. In fact I remember coding something in Borland C++, was an entire project for school. i compile the app, bring it to school, ERROR, turned out I needed a crapload of DLLs that came with the compiler. This is the same with MFC and other MS specific apps. You need dependancies (normally the .net framework) for it to run.
A properly coded C++ app won't have many dependancies, if any, making it easy to deploy.
