12.07.2015 Views

PGI User's Guide

PGI User's Guide

PGI User's Guide

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Examples160int a,b,c;a=8; b=2;printf("main: a = %d b = %d ptr c = %x\n",a,b,&c);c2cp_func(a,b,&c);printf("main: res = %d\n",c);}Example 12.10. Simple C++ Function c2cp_func.C with Extern C#include extern "C" void c2cp_func(int num1,int num2,int *res){cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!