#include "wb-win.h"
#include <windows.h>
Go to the source code of this file.
|
| | wb |
| | define all the code written by Bin Wang.
|
| |
|
| void | wb::Pause () |
| | pause More...
|
| |
| void | wb::outPrecent (long long n, bool bNew=false, long long nTotal=100, const char *title="Process") |
| | print precent in the cmd window More...
|
| |
| void | wb::outPrecent (ifstream &ifile, bool bNew=false, const char *title="Process") |
| | print precent in the cmd window More...
|
| |
| void | wb::outPrecent (FILE *fp, bool bNew=false, const char *title="Process") |
| | print precent in the cmd window More...
|
| |