Skip to content

juhgiyo/EpLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

EpLibrary

Visual C++ Utility Library

DESCRIPTION

EpLibrary is a Visual C++ utility library that supports to develop an application easier under a MIT License. You will no longer have to create the basic functionalities over and over again. EpLibrary supports Visual C++ 2005/2008/2010/2012. Source can be downloaded at EpLibrary

FEATURES

  • Math Framework

    1. Enhanced Log Approximation
    2. Enhanced SquareRoot Approximation
    3. Prime Number Operation
  • Sort

    1. Enhanced Merge Sort
    2. Enhanced Insertion Sort
    3. Enhanced Quick Sort
  • Search

    1. Enhanced Binary Search
  • Stream Framework

    1. Stream
    2. File Stream
    3. Network Stream
  • Container Framework

    1. ThreadSafeQueue
    2. Dynamic Array
    3. Delegate
    4. Memory Enhanced Patricia Trie
    5. K-ary Heap
  • Simple Debugger Framework

    1. Profiler
    2. Log Outputter
    3. Simple Logger
  • FileSystem Framework

    1. Folder Operation
    2. Properties File Operation
    3. XML File Operation
    4. Text File Operation
  • System Framework

    1. Console Operation
    2. DateTime Operation
    3. Endian Operation
    4. Registry Operation
    5. Exception Handles
  • Thread System

    1. Simple Thread Scheduler
    2. Thread Class
    3. Worker Thread System
  • Lock Framework

    1. Mutex
    2. Semaphore
    3. CriticalSectionEx
    4. NoLock
    5. InterlockedEx
  • Other Frameworks

    1. Singleton Holder
    2. Smart Object

DOCUMENTATION

For detailed documentation, please download the full document EPLibrary Documentation.chm.

If the documentation file is not visible after finishing download,

  • Solution 1.
    1. Double-click the .chm file.
    2. In the Open File-Security Warning dialog box, click to clear the Always ask before opening this file check box.
    3. Click Open.
  • Solution 2.
    1. Right-click the CHM file, and then click Properties.
    2. Click Unblock.
    3. Double-click the .chm file to open the file.

USAGE

To find the usage examples, please see the wiki page.

LICENSE

The MIT License

Copyright (c) 2008-2013 Woong Gyu La <juhgiyo@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.