开发者

command prompt tutorials on linux [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question

I have a program I am trying to port to linux.

The program is a command prompt program that displays memory on screen, you can move around the memory using the arrow keys.

Im new to linux and don't really understand how the terminal works.

What Im looking for is some good tutorials or a chapter in a book to teach me hoe to write linux programs using the terminal the same way I would use command prompt in windows.

I want to know things like changing background and text colours, c开发者_运维技巧learing the screen, being able to move up and down the lines of text and how to detect keyboard input. Basically how to create a user interface using the linux terminal.

I am using centos and g++ if that makes a difference.


Something like htop? You should have a look on ncruses.


I suggest you need ncurses

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜