Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20190605 (experimental)

Options
Warnings
Boost 1.70.0
C++2a(GNU)
no pedantic

Author

anonymous

almost 7 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=gnu++2a
prog.cc: In member function 'int Bankaccount::display()':
prog.cc:10:5: warning: no return statement in function returning non-void [-Wreturn-type]
   10 |     }
      |     ^
Account details of A

Account number is: 123456
Account balance is: 506297088

Account details of B

Account number is: 67890
Account balance is: 20006297088
Exit Code:
0