The Wayback Machine - https://web.archive.org/web/20201124061215/https://github.com/vic4key/Vutils
Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

What is Vutils ?

Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++.

It helps your programming go easier, faster and simpler.

Information

  • Windows 32-bit & 64-bit
  • TCHAR - ANSI & UNICODE
  • MinGW
    • for 32-bit application
    • for 64-bit application
  • Microsoft Visual Studio
    • for 32-bit application
    • for 64-bit application
  • C++ Builder
    • for 32-bit application
    • for 64-bit application

Features

License

Released under the MIT license

Requirements

Vutils requires the C++ Compiler that supported at least C++ 11

Belows are IDE minimum version that supported C++ 11

  • Microsoft Visual C++ 2012 or later
  • MinGW 4.6.2 or later
  • C++ Builder 10 or later

Installation

  • Checkout repository Vutils to your machine then run batch file tools\Getting.Started.CMD

  • Build

    • For Microsoft Visual Studio C++
      • Run batch file tools\VS<version>.Build.Static.Library.CMD that <version> is your Visual Studio version
    • For MinGW
      • Run batch file tools\MinGW.Build.Static.Library.CMD
    • For C++ Builder
      • <later>
  • Configuration

    • For Microsoft Visual Studio C++
      • Include : $(Vutils)include
      • Library : $(Vutils)lib\$(PlatformToolset)\$(Platform)
    • For MinGW and C++ Builder
      • Include : <You do nothing>
      • Library : -lVutils
        • If SOCKET enabled, insert option-DVU_SOCKET_ENABLED -lws2_32
        • If GUID enabled, insert option -DVU_GUID_ENABLED -lrpcrt4
    • For C++ Builder
      • <later>
  • Usage

    • Insert #include <vu> or #include <boob> to your project
    • Let's get started the namespace vu

Examples

Contact

Feel free to contact via Twitter / Gmail / Blog / Website

About

Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster and simpler.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.