C++ kodumda arrow pointer call notation yapamıyorum

  • Konbuyu başlatan Admin
  • Başlangıç tarihi
A

Admin

Yönetici
Yönetici
Selamlar.Yapmam gereken:
Create a program that simulates a simple bank account system.
The program should have two classes: BankAccount and Bank.
1. BankAccount class should have the following private members:
int accountNumber: An integer representing the account number.
double balance: A double representing the current balance.
It should also have the following public member functions:
BankAccount(int accNumber): A constructor that takes an account...

 
Geri
Üst