command.h
来自「标准C++编写的小小CRM软件,无任何平台依赖.采用标准XML作为数据库.只需重」· C头文件 代码 · 共 17 行
H
17 行
#include <string>
#include <iostream>
#include <strstream>
#include <map>
#include <fstream>
using namespace std;
bool projectCommand( const string& cmd );// manage project.
bool execCommand ( const string& cmd ); // executing command.
bool helpCommand ( const string& cmd ); // display help message about the command.
bool findCommand( const string& cmd ); // query customer.
bool backupCommand( ); // backup datebase file.
bool backupCommand( const string& cmd ); // backup database file.
bool customerCommand( const string& cmd ); // manage customers
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?