[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/configcat/cpp-sdk/main/samples/main.cpp [Back]  [Original]

#include 
#include 
#include 

using namespace std;
using namespace configcat;

int main(int /*argc*/, char** /*argv*/) {
    // Info level logging helps to inspect the feature flag evaluation process.
    // Use the default warning level to avoid too detailed logging in your application.
    auto logger = make_shared(LOG_LEVEL_INFO);

    // Print the ConfigCat C++ SDK version.
    cout 

Web Proxy Viewer  |  New URL  |  Original Page