Skip to content

A C library to use some features of Object-Oriented Programming in C programming

Notifications You must be signed in to change notification settings

ThomasChaf/Modulary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modulary

Modulary is a C library that help you to use some features of Object-Oriented Programming in C programming.

Requirements

  • No requirements are needed. Modulary is an unix library.

Install

$ git clone https://github.com/ThomasChaf/Modulary.git
$ cd Modulary
$ make re
$ sudo make install

Usage

Overview

#include <unistd.h>
#include "modulary.h"

int main() {
 Stream st = new(__Stream, STDOUT_FILENO);

 st->write(st, "Hello world!");
 return (EXIT_SUCCESS);
}

Documentation

A full documentation is available here :

http://t-chafiol.fr/en/modulary

Credits

About

A C library to use some features of Object-Oriented Programming in C programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published