Could anybody help me in solving the problem of using c++ function/class in C code.
Given below is my code

//C code
#include <stdio.h>
//#include <code_cpp.cc>
extern int value(int, char**);...