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
- Host: GitHub
- URL: https://github.com/maxfreck/betterc
- Owner: maxfreck
- Created: 2018-10-23T18:24:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T20:48:55.000Z (over 4 years ago)
- Last Synced: 2025-01-30T17:38:31.319Z (4 months ago)
- Topics: betterc, dlang
- Language: D
- Size: 20.5 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.