User profile: rcast

User info
User name:rcast
History
Joined:
Number of posts:351
Latest posts:

C string turning to junk when leaving a function
whoops. Sorry

C string turning to junk when leaving a function
Could it be That file is never initialized? On line 91, you create a copy of file for openfile funct...

Help with C++ homework
The error is an excellent description of what is going on. Line 114 doesn't return a bool but is dec...

Help with C++ homework
You need a default constructor. Just add [code] BankAccount::BankAccount() { //Just a default a...

Lose my way
I use to treat answering/asking questions on this forum like a job when I was not yet gainfully empl...