Homework for datastructure class
相关参考网址:
http://www.cnblogs.com/gccbuaa/p/7222131.html
https://blog.csdn.net/yuyan987/article/details/78654213
https://www.write-bug.com/article/1868.html
https://www.cnblogs.com/ini_always/archive/2011/06/05/2073173.html
https://www.cnblogs.com/autumoonchina/p/8315419.html
进程管理器 2019-04-17 可用命令: help 显示帮助
quit/exit 退出程序
list/refresh 刷新显示进程
terminate/kill pid/num/number [pid值或者序号] 终止进程
freeze/stop/resume pid/num/number [pid值或者序号] 暂停/恢复进程的所有线程
find pid/num/number [pid值或者序号] 查找进程所在路径
pid/num/number [pid值或者序号]可以替换为this表示进程管理器自己的进程
注:debug目录下是旧版的可执行文件,release下的才是新的.
其中consoleMenu 来自https://github.com/bitDaft/win-console-menu-gui-library 想用但是还没用
还有helloworld.cpp,temp.cpp和项目无关,忘了删