Code Monkey home page Code Monkey logo

vutils's Introduction

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.

Status

Information

  • Windows 32-bit & 64-bit
  • TCHAR - ANSI & UNICODE
  • MS Visual Studio
    • for 32-bit application
    • for 64-bit application
  • GNU MinGW
    • for 32-bit application
    • for 64-bit application

Features

License

Released under the MIT license (and its third parties per se are also released under the MIT license)

Requirements

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

The minimum version of the following IDEs are supported C++ 11

  • MS Visual Studio C++ 2012 or later
  • GNU MinGW 4.6 or later

Installation

  • Clone Vutils repository to your machine

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

  • Build

    MS Visual Studio C++
    • Run the batch file tools\VS<version>.Build.Static.Library.CMD (<version> is your Visual Studio version)
    GNU MinGW
    • Run the batch file tools\MinGW.Build.Static.Library.CMD
  • Configuration

    MS Visual Studio C++
    • If you are using Visual Studio 2012~2015, you don't need to do anything, it automatic included in the global settings.
    • If you are using Visual Studio 2017 or later, you have to copy Directory.Build.props file to your solution folder that contains the .sln file.
    GNU MinGW
    • Include : You don't need to do anything, automatic included in the global settings.
    • Library : -lVutils -lgdi32 -lole32 -lcomdlg32
      • If SOCKET enabled, insert option -DVU_INET_ENABLED -lws2_32 -lwinhttp
      • If GUID enabled, insert option -DVU_GUID_ENABLED -lrpcrt4
      • If WMI enabled, insert option -DVU_WMI_ENABLED -loleaut32 -lwbemuuid
  • Usage

    • Insert #include <vu> to your source code.
    • Let's get started with vu. Eg. vu::format(...), vu::find_top_window(...), vu::Socket, vu::Process, vu::Service, etc.
    • Note: If building error or conflict, add #define VU_NO_EX above of #include <vu> to disable all extended utilities.

Examples

Contact

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

vutils's People

Contributors

vic4key avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.