generate c++ classes from c#

Started by
0 comments, last by phresnel 13 years, 4 months ago
Hy.

I have to create a program in c# that kinds some classes from a db.
I created some functions that return every detail of these classes.
My problem is:
What is the best method to generate these files. cpp and. h?
I thought of a system with a skeleton of the class to generate and placeholder (placeholders to be replaced with strings).
what do you recommend for me?
examples, links?
Advertisement
You might find inspiration in the System.Reflection namespace of .net.

This topic is closed to new replies.

Advertisement