Menu Maker for C

The Menu Maker for C is a program that creates the source code for a command-line interface menu based on the input you provide. The program is targeted toward scripting and ease of building a more complex yet organized application. Simply compile and run. The produced source code is simple to modify, and new menu systems can easily be created by modifying an input file used to pipe input to the Menu Maker's stdin.

This release includes gcc-compatible source and a sample input file.

A more thorough tutorial is currently available in the Tutorials section.

Author(s): 
Jerbo
Version: 
1.00
Date: 
07-27-2011
Filename: 
Size: 
4.00KB
Requirements: 

GCC or similar compiler

Status: 
Active
Future Plans: 
Add Windows support
Add support for other-than-void-void function calls