Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - A_Gallo

Pages: [1]
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

Pages: [1]