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
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
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.