Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 645 Bytes

C++ Utils

This repository saves bizarre data structures, or unusual data structures, C++ utilities, template based maggic. And possibly other cools stuff.

Utils

Var

Have you ever wanted to do var a = 20; in C++, but with many other possibilities that JavaScript brings? This is the right place.

Event

It's all about event based programming for C++. Every Object inherited class will have the EventManager working to solve the listener's needs.

Samples

Quick start

The command below compile and run the sample code.

make all

How to compile?

make compile

How to run?

make run