19 Reputation Points
Ranked #1K
- Strength to Increase Rep
- +2
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.48K
I've just started learning C++, and I'm having some problems running my programs. Even when I just copy the source code from my C++ tutorial book: [CODE]//----------------------------------------------------- // // add.cpp // // Program for adding two whole numbers // #include <iostream> using namespace std; int main () { int number1; … |