Re: Newbie very confused

new topic     » goto parent     » topic index » view thread      » older message » newer message

When a program is finished, the window with the results gets "put away". The cure for this is to add

? gets(0)

as the last line of the program. What this does request input ( the gets(0) part), and then displays the result ( the ? part ). You then see your results, and when you type anything on the keyboard, the program finishes.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu