Page 1 of 1

Can i use C..?

PostPosted: Jun 19, 2003 @ 4:39pm
by Guest

PostPosted: Jun 19, 2003 @ 9:15pm
by Dan East
Are you getting errors during compilation, or trying to link to C routines? You can mix and match, as long as any header files you include in your C implementation conform to C. You may have to cast functions (extern "C", etc), to properly link between C and C++.

Dan East

PostPosted: Jun 20, 2003 @ 10:55am
by Guest

PostPosted: Jun 20, 2003 @ 11:17am
by Guest

PostPosted: Jun 20, 2003 @ 5:11pm
by Dan East