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
Find Hidden Risks in Windows Task Scheduler
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
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.