Skip to content

Initialize the Dataverse Class Library

Miguel Tomas Silva edited this page Oct 15, 2022 · 3 revisions

To Initialize the Dataverse Class Library on an existing C project one needs to include the following piece of code:

Dataverse dataverse = new Dataverse();

See Stack Overflow's question "How to initialize a class in C++?" for a more elaborate explanation

Clone this wiki locally