开发者_如何学编程
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 last month.
Improve this questionI'm looking for a way in which I can align/format text output to the terminal window in C++, independent of the terminal window's size (I'm not looking to use iomanip with setw() or whatever). There is a library out there that allows for this, it begins with "n" I think, but I can't for the life of my find it. Honestly, I have thoroughly searched google, wikipedia etc and I just can't find it without knowing the name of it.
Thanks very much!
I think you are looking for the Gnu ncurses libary.
精彩评论