#Member Operators, Helper functions
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
Anyone can ask a question in our programming channels. Following the guide Writing The Perfect Question is recommended.
State your problem clearly and provide all necessary details:
- the relevant portion of your code, or all of it
- the expected output
- the actual output (or the full error)
:trophy: Gold Standard: Minimal Reproducible Example
Provide the relevant code in the message, and format it nicely with a code block*. If it's too much for one message, you can upload it:
- Compiler Explorer for most C and C++ snippets
- OnlineGDB for interaction, debugging
:no_entry: Do not post screenshots, let alone photos of your screen!
I’m on my phone and can’t see the cpp files. So you might have asked the right way now that I’m looking at the files names
ok in my .cpp file is the issue
my output doesn't match the output i'm supposed to have for some reason
Did you debug?
So what break points did you set? What info did you get?
okay what info was given was void Account::setEmpty(), Account::Account(), Account::Account(int number, double balance ), std::ostream& Account::display() const in the cpp file
the main file was already was done
and I did the .h file
the rest I did
So no debugging
I don't know how to debug that well
Are you on Visual Studio, Visual Studio Code, or something else?
No matter what it is, if you look up debugger along with what you use online you'll get information on how to use the debugger
@desert arrow Has your question been resolved? If so, type !solved :)
!solved