User Profile
Collapse
-
N3gg replied to Why do i get this error: error C2297: '<<' : illegal, right operand has type 'const cin ASP Classicthank you very much i have this project due tuesday -
N3gg started a topic Why do i get this error: error C2297: '<<' : illegal, right operand has type 'const cin ASP ClassicWhy do i get this error: error C2297: '<<' : illegal, right operand has type 'const c
#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
int d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11, check_digit;
cout << "Enter 11 seperate digits\n";
cin >> d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11;
cout << d1 << " " << d2, d3, d4, d5, d6 << " " <<...
No activity results to display
Show More
Leave a comment: