User profile: Adela17

User info
User name:Adela17
History
Joined:
Number of posts:6
Latest posts:

How do I get rid of trailing zeros?
Thank you so much!! I took your advice and was able to successfully complete the project. Thank you!...

How do I get rid of trailing zeros?
[code] void writeInfo(double points[][2], int count, double min, double max, ofstream& fout, int& po...

How do I get rid of trailing zeros?
I guess the title is pretty self-explanatory. I'm working on a project where I import a file that ha...

Long integer addition, subtraction, multiplication problems!
This is for a program in my CSC class. The professor was very specific how he wanted it done, and he...

Long integer addition, subtraction, multiplication problems!
Earlier today, my program was working alright, even though there were quite a few bugs left. Now, ho...