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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.