ncursespp:具有std :: iostream功能的ncurses的现代C ++包装器 源码
ncursespp 用于ncurses窗口的现代C ++包装器,具有std :: ostream和std :: istream功能。 样本 #include "wstream.h" namespace ncp = CompuBrite::ncursespp; int main() { // Initializer will setup the terminal for windows on construction and return the terminal // to normal mode on destruction. ncp::initializer in
文件列表
ncursespp-master.zip
(预估有个24文件)
ncursespp-master
.gitignore
8B
README.md
1KB
LICENSE
1KB
include
ncursespp
window.h
7KB
wstream.h
6KB
src
wstream.cc
3KB
暂无评论