gustavorv86 / cpp-c-map-wrapper

Call a C++ map<string, string> from C code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-c-map-wrapper

Call a C++ map<string, string> from C code

Install

Install the compiler and build utils:

sudo apt install gcc g++ make

Build

Run the make command:

make

Run

Load the environ variables:

source setenv.sh

Run the example program:

./dist/map_str_str_test

About

Call a C++ map<string, string> from C code

License:GNU General Public License v3.0


Languages

Language:C++ 47.4%Language:C 21.8%Language:Makefile 16.0%Language:Objective-C 10.7%Language:Shell 4.2%