代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/395034/8199019
cpp checking.cpp
#include"checking.h"
Checking::Checking(unsigned accNo,float balan):Account(accNo,balan)
{
remittance=other;//设置汇款方式
}
void Checking::Withdrawal(float amount)
{
float temp=amount;//非信汇、电汇结算
www.eeworm.com/read/395034/8199025
h checking.h
#ifndef checking
#define checking
#include"account.h"
enum REMIT{remitByPost,remitByCable,other};//信汇、电汇、其他
class Checking:public Account
{
public:
Checking(unsigned accNo,float balan=0.
www.eeworm.com/read/292920/8324082
c checking.c
/* checking.c -- validating input */
#include
#include
// validate that input is an integer
int get_int(void);
// validate that range limits are valid
bool bad_limits(int b
www.eeworm.com/read/269220/11105396
cpp checking.cpp
//=====================================
// checking.cpp
//=====================================
#include
#include"checking.h"
//-------------------------------------
Checking::Checking
www.eeworm.com/read/269220/11105427
h checking.h
//=====================================
// checking.h
//=====================================
#ifndef HEADER_CHECKING
#define HEADER_CHECKING
//-------------------------------------
#include
www.eeworm.com/read/413044/11169024
c checking.c
/* checking.c -- validating input */
#include
#include
// validate that input is an integer
int get_int(void);
// validate that range limits are valid
bool bad_limits(int b
www.eeworm.com/read/265910/11250144
cpp checking.cpp
//************************
//** checking.cpp **
//************************
#include
#include "account.h"
#include "checking.h"
Checking::Checking(unsigned accNo, float bal
www.eeworm.com/read/265910/11250154
h checking.h
//**********************
//** checking.h **
//**********************
#ifndef CHECKING
#define CHECKING
#include "account.h"
enum REMIT{remitByPost,remitByCable,other}; //无,信汇,电汇
c
www.eeworm.com/read/238106/13906130
cpp checking.cpp
//************************
//** checking.cpp **
//************************
#include
#include "account.h"
#include "checking.h"
Checking::Checking(unsigned accNo, float bal