October 13

Hello everyone,

Been an exciting first month of SAOC.
I began reviewing std:vector and trying to understand the already written bindings to identify possible reasons of problems and solutions to them.

I have been able to add bindings for some modifiers and capacity member functions like size, capacity, emblace_back, reserve, and currently seeing how best I can get the constructors working for std:vector for Linux users on Cppruntime Gcc. Hoping to them get them well tested before release.

A few mangling issues that might be encountered for some functions due to parameters that are passed to them(like insert) but hoping to find the best solutions to them.