An open API service indexing awesome lists of open source software.

https://github.com/maxfreck/betterc

Frequently used primitives suitable for use in the BetterC D subset
https://github.com/maxfreck/betterc

betterc dlang

Last synced: about 2 months ago
JSON representation

Frequently used primitives suitable for use in the BetterC D subset

Awesome Lists containing this project

README

        

# BetterC

> Please use with caution. This package in the active development.

Frequently used primitives suitable for use in the BetterC D subset

## Features

* File — Encapsulates a FILE*.
* extern(C++) classes instantiation and destruction: inheritance, virtual and non-virtual functions.
* Dynamic vector implementation.