VivaCore FAQ

Abstract

This paper contains some questions and answers about VivaCore C/C++ code analysis library by OOO "Program Verification Systems"

What is VivaCore?

VivaCore is an open source library for working with C and C++ code. The library is an open design with an open source written in C++. VivaCore is based on OpenC++ library (OpenCxx). One should not mix up VivaCore and some professional multifunctional parsers of C and C++ code. If a user needs a front-end code parser supporting the modern standard of C++ and allowing to create its own compiler within a specific platform, he should regard GCC or some expensive commercial solutions.

What's the difference between VivaCore and OpenC++?

The following improvements are added to VivaCore:

What is VivaCore meant for?

VivaCore can awake interest of companies and enterprises planning or developing tools for work with a code. Applications in the following fields may be developed by means of VivaCore:

What are licensing conditions of VivaCore use?

VivaCore library is developed by OOO "Program Verification Systems". VivaCore license gives you enough freedom to use, copy, spread and modify it in binary form or as a source code for both commercial and non-commercial use without any royalties. The only thing you need is to specify the authors of the source libraries (OpenC++ and VivaCore).

What systems is VivaCore aimed at?

On the one hand, C++ analysis library is meant for code analyzing without paying attention to specific character of any operation system or software platform. But on the other hand, VivaCore is represented as design for Visual Studio 2010, so the easiest way to fit it out is to do it in Windows environment. Please note that both full and express versions of Visual Studio 2010 are able to be used for build.

Are you able to develop a specialized variant of VivaCore or a VivaCore-based solution on a by-order basis?

Yes, we are.

References