Managed Projects

C Vector

  Analyzed about 1 hour ago

A C vector library similar to the C++ STL vector. It is written in ANSI C (C89). It has built in support for int, double, char* types and a void vector that can handle any type (stores it in an internal byte array) and provides constructor/destructor like features. It also has a template and ... [More] python script for generating vectors for other specific non-pointer types if you don't want to use the generic void vector. See the documentation (www.robertwinkler.com/Projects/cvector) and the testing code for more information and example usage. [Less]

9.16K lines of code

1 current contributors

about 1 year since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This

C_Interpreter

  Analyzed 1 day ago

A C interpreter written in C (C99).

11.1K lines of code

1 current contributors

about 1 year since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This

PortableGL

  Analyzed 1 day ago

An implementation of OpenGL 3.x-ish in clean C

201K lines of code

0 current contributors

about 2 months since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This