Skip to content

afghangoat/polycpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#PolyCPP

A C library which backports useful features from C++ to C.

##Features

-Namespace -Classes -Scopes (::) -Try catch -Iterators -Exceptions -Auto (Was removed, because it introduced too much complexity)

##Usage

Place all header files in your project and whenever you need to use it, include "POLYCPP.h" in you project.

You need to run the POLYCPP_transpiler.py if you want: -templates -::-s -namespaces -classes

About

afghangoat/polycpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published