Search found 1 match

by joalva3
Mon May 04, 2015 6:27 pm
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 102386

Re: 10035 - Primary Arithmetic

¿Can someone help me? I checked everything and I don't find a mistake. I have to say that I am learning C++.
Thanks.

#include <fstream>
#include <iostream>
#include <string>

using namespace std;

int main() {
ifstream in ("input");
ofstream out ("output");

string dato1, dato2;
int long1 ...

Go to advanced search