Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~363 People Reached
Favorite Forums
Favorite Tags
c++ x 6

2 Posted Topics

Member Avatar for taphofyle

I am new to this and maybe I'm missing the boat. I want to learn how to write a program that accepts data and adds it to a file, I also want to be able to sort that data, edit that data etc. This seems like the most basic thing …

Member Avatar for Frederick2
-1
174
Member Avatar for Towely

This will compile but i still don't get a good result. #include <iostream> using namespace std; int main () { int num1; int num2; int num3; cout << "Please enter two positive integers with at most four digits each: "; cin >> num1 >> num2; cout << "Their average is …

Member Avatar for siddhant3s
0
189

The End.