I'm currently working on a system for my Degree final year project. Somehow, I think that my project is quite simple and I would like you to give comments on my project and hope that you can share your ideas with me to make the system more interesting.
My system is to convert flowchart to C framework source codes. Basically, the flow of my system is:
1) User drags and drops the charts onto the map,
designs the whole program structure.
2) User marks the starting node.
3) User clicks on the “Convert” button.
4) The system will read the map and translates the
charts to framework codes.
5) The translated codes will be edited for syntax
highlighting.
6) The translated codes are being displayed on the
coding area.
7) User can choose the other operations, such as
continue editing, save/print/print preview/text
editing/etc.
I will be using Microsoft Visual C++ to develop the system. For further details on my system, please feel free to drop me a mail at cjan83@yahoo.com
Your reply is very much appreciated. Thank you.
My system is to convert flowchart to C framework source codes. Basically, the flow of my system is:
1) User drags and drops the charts onto the map,
designs the whole program structure.
2) User marks the starting node.
3) User clicks on the “Convert” button.
4) The system will read the map and translates the
charts to framework codes.
5) The translated codes will be edited for syntax
highlighting.
6) The translated codes are being displayed on the
coding area.
7) User can choose the other operations, such as
continue editing, save/print/print preview/text
editing/etc.
I will be using Microsoft Visual C++ to develop the system. For further details on my system, please feel free to drop me a mail at cjan83@yahoo.com
Your reply is very much appreciated. Thank you.