SkillAgentSearch skills...

Cppconfig

Read config from outside files in CPP.

Install / Use

/learn @sakishum/Cppconfig
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Cppconfig

About the name

The original name of this program was "C++ read config", but it was later changed to "Cppconfig".

Despite the name, Cppconfig is designed for C++.

Compiling

Any C++98/C++11 compiler should work. If your compiler has the C++98/C++11 features that are available in Visual Studio 2010 then it will work.

There are multiple compilation choices:

  • g++ 4.4 (and above)
  • clang++ 2.9 (and above)

g++ (for experts)

If you just want to build Cppcheck without dependencies then you can use this command:

make all

Other Compiler/IDE

  1. Create a empty project file / makefile.
  2. Add all cpp files in the cppcheck cli and lib folders to the project file / makefile.
  3. Compile.
View on GitHub
GitHub Stars13
CategoryDevelopment
Updated3y ago
Forks7

Languages

C++

Security Score

60/100

Audited on Nov 30, 2022

No findings