|
|
#include <conio.h> ? Not sure if that will work because conio is not a standard header and I don't know if Visual Studio has it preinstalled.
#include <conio.h> error C2065: 'cin' : undeclared identifier error C2065: 'cin' : undeclared identifier error C2065: 'cout' : undeclared identifier |
|
|
using namespace std; together with#include <iostream> can be use for printf and scanf as well? Or need #include<stdio> ? Thanks...