The Common Classes

 <  Free Open Study  >  

 // Consts. hpp: This header file for the ATM system captures a few  // constant definitions. #ifndef _CONSTS_ #define _CONSTS_ const int max_transaction_atm = 20; const int max_transaction_bank = 1000; const int max_accounts = 100; const int small_string = 16; const int large_string = 128; const char EnterKey = '\n'; #endif 
 <  Free Open Study  >  


Object-Oriented Design Heuristics
Object-Oriented Design Heuristics (paperback)
ISBN: 0321774965
EAN: 2147483647
Year: 1996
Pages: 180

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net