making a VERY simple menu

R

Robert Gamble

Emmanuel said:
Robert Gamble a écrit :
Here is a simple example of a menu in Standard C:

char buf[80];
while (fgets(buf, 100, stdin) != NULL) {

You're kidding, aren't you ?

I changed the size before I posted and somehow the change wasn't
propagated to the rest of the program ;) I corrected myself five
minutes after I posted, I guess your server didn't pick up that post.

Robert Gamble
 
T

Tim Ricard

I guess it helps to quote who helped me ;):
I've often had good luck at:

comp.os.msdos.programmer

That's where I go when I have questions on DOS console applications,
function key access, etc.

Good luck!

Brian Dude

So once again, thank you.

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,174
Messages
2,570,940
Members
47,484
Latest member
JackRichard

Latest Threads

Top