ANSI C as core of a C# project? Is this possible?
- by Nektarios
I'm writing a NON-GUI app which I want to be cross platform between OS X and Windows. I'm looking at the following architecture, but I don't know if it will work on the windows side:
(Platform specific entry point) - ANSI C main loop = ANSI C model code doing data processing / logic = (Platform specific helpers)
So the core stuff I'm planning to…