Skip to content

theoteske/XVector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XVector

Clone the repo to try out the container:

git clone https://github.com/theoteske/XVector.git
# Include path: -I/path/to/XVector/include

Simply include in your main.cpp using the preprocessor directive:

#include "XVector.h"

Compile using C++17 or later:

g++ -std=c++17 main.cpp -o main

About

A generalization of strings for any type (i.e. not just chars) implemented in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published