简体   繁体   中英

c++ command line software

Alright, so I've "mastered" the idea of GUI programming in Java and decided I would not touch anything related to windows/linux UI in c++. I've looked at a few UIs programmed in c++ and a few classes already and decided it's not for me. But on that note, what about command line interfaces. I'm currently working on a shipping computer at work that is completely command line, but it doesnt process one thing at a time. It allows for tabbing between multiple "fields", etc.. or another example would be graphics card installer for gnome/kde, one that runs in the command line. Or even a linux installer that uses the command line, and has menus in it, maybe even some color, etc.. I guess the question is how do I get into this? Is there a tutorial on this type of programming? A class written for it already? Suggestions would be much appreciated!

Use ncurses . A nice how to is here

有一个名为“ dialog”的库,它提供了一个基于curses API构建的高级小部件集。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM