Creating a text based menu system in C

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Xqtftqx
Posts: 1
Joined: Sat May 23, 2009 11:48 pm

Creating a text based menu system in C

Post by Xqtftqx »

Hello everyone, new here. im devolping a homebrew application, and i need a text based menu system. Im new to the scene, and dont have a bunch of experience. It needs to have a menu, and when choosing an option, leads to a second menu, choosing one of those option starts my code.

Any help appreciated, thanks
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

Look at recovery.prx source code from Wildcard firmware or 3.40OE.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

You could also look at the GUI code I wrote for Doom and Basilisk II. It gives you a variety of different things, like text inputs, integer fields, multi-selects, toggles, as well as function calls.
Post Reply