1
Suggestions and Requests / C code generator
« on: May 15, 2005, 12:40:06 am »
Until now we have been working in C++ and we are now on a C project based on Linux. As we are integrating our code inside an existing environment, it would be usefull to have a C code engineering process and support.
Classes can be mapped onto individual header files (as already done) with public and private attributes being grouped into typedef struct and methods into API.
Constructor and Destructors shall be mapped onto malloc and free of the struct.
Each API call shall have the pointer to the typedef struct, to support multiple instantiated objects.
It would be nice to have this feature available in EA.
thanks
Classes can be mapped onto individual header files (as already done) with public and private attributes being grouped into typedef struct and methods into API.
Constructor and Destructors shall be mapped onto malloc and free of the struct.
Each API call shall have the pointer to the typedef struct, to support multiple instantiated objects.
It would be nice to have this feature available in EA.
thanks