Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 614 Bytes

File metadata and controls

17 lines (10 loc) · 614 Bytes

Random C++ snippets

Snippet is a programming term for a small region of re-usable source code, machine code, or text.

I'm pushing here little bits of code that don't fit elsewhere.

  • LRU.cpp

    Least recently used template class list. Originally created to work as a cache system.

  • OpenGL.cpp

  • OpenGL.h

    My OpenGL extension initialization stuff... Simple but effective.

If you're reading this and find something that should be fixed let me know. Also my folders are not that organized so I might not be pushing the latest or even working versions. I'll check on that eventually.