Dear Lazyweb,
In a C++ function with C linkage, are the arguments stored in a predictable way such that, e.g., I could cast the location of the first argument to a pointer to a struct containing the argument list?
Background
There is a commercial finite element package,
ABAQUS, which has the nice feature of letting you programmatically define
(
Read more... )