Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Welcome Guest | Log In | Register | Benefits
Channels ▼
RSS

Open Source

SWIG and Automated C/C++ Scripting Extensions


Dr. Dobb's Journal February 1998: SWIG and Automated C/C++ Scripting Extensions

SWIG and Automated C/C++ Scripting Extensions

By David Beazley

Dr. Dobb's Journal February 1998

$buffer = stdio::malloc(8192);
stdio::fclose($buffer);
Type error in argument 1 of fclose. Expected FILEPtr. at - line 4.

Example 6: Example pointer type error.


Copyright © 1998, Dr. Dobb's Journal


Related Reading


More Insights