Skip to content
/ Vutils Public
forked from vic4key/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.

License

Notifications You must be signed in to change notification settings

173Lib/Vutils

 
 

Repository files navigation

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
  • MS 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

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

Installation

  • Clone/Download the repository Vutils to your machine

  • Run the batch file tools\Getting.Started.CMD

  • Build

    • For MS 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 MS Visual Studio C++ (optional - automatic included to the VS global settings)
    • For MinGW
      • Include : (optional)
      • Library : -lVutils
        • If SOCKET enabled, insert option-DVU_SOCKET_ENABLED -lws2_32
        • If GUID enabled, insert option -DVU_GUID_ENABLED -lrpcrt4
        • If WMI enabled, insert option -DVU_WMI_ENABLED -lole32 -loleaut32 -lwbemuuid
    • For C++ Builder (later)
  • Usage

    • Insert #include <vu> to your project
    • Let's get started the namespace vu
    • Note: If building error or conflict, add #define VU_NO_EX before #include <vu> to disable all extended utilities

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • Smarty 3.6%
  • Batchfile 1.2%
  • Other 1.8%