csharp lib to emulate c, cpp, java common libs for easy port of existing projects
Features
- programming in csharp as easy as in "original" language
Categories
VirtualizationFollow csharp ports
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
This is an atempt to implement some functionalities in java, flex (as3), c, cpp using csharp languages. Imagine you can code using csharp syntax but using java.lang, org.w3c.dom, etc. Imagine you can translate partial a project in c ( like wget ) using atoi , sprintf, implemented in csharp, not using interop. But if not posible coding direct, interop can be used.