Change of an char array put to console and saved again

Z

Zero

Hi there,

I want to write an char array to the console,
navigate in the char array via moving the cursor to the left or the
right,
and when pressing enter, the char array shall be stored again by the
program,

is this possible with C?

Kind regards,
Zeh Mau
 
G

Guest

I want to write an char array to the console,
navigate in the char array via moving the cursor to the left or the
right,
and when pressing enter, the char array shall be stored again by the
program,

is this possible with C?

not in standard C. You'll need to use platform specific extensions.
For instance in Unix you might take a look at curses.
Decide what platform you wan to do this on and re-post there.
 

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
473,744
Messages
2,569,480
Members
44,900
Latest member
Nell636132

Latest Threads

Top