Skip to content

sienc/yup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YH's Utilities for Prototyping

Summary

A light weight C++ Library with various convenience features:

  • Unified char and string types
  • Debug logging
  • Multi-threading

Dependency

This library is written in C++11 and only depends on the C++ Standard Library. Several features does include Windows.h but they can be safely disabled.