I am trying to create a new function inside mapgd.c which makes use of agg_svg_parser which makes use of c++(within namespace). How do i exactly access cpp functionality inside the c file or do i have to create a separate cpp file just for that function.<br>