¡@

Home 

c++ Programming Glossary: cfe.c

Accessing public class memory from C++ using C

http://stackoverflow.com/questions/666320/accessing-public-class-memory-from-c-using-c

section consists of main.ccp and SA.cpp and the second CFE.c. A class called 'SimAnneal' exsists in SA.cpp with public vectors.. CFE ... with pointers to both vectors and their length. CFE.c edits the data elements of the vectors directly via use of the.. 0 DensityArray.size sends pointers of both arrays to CFE.c which will then directly modify the array double SumStrainEnergy..