I am trying to set up the intel compiler. I have no trouble when I
#include <stdio.h>
but if I
#include (iostream>
using namespace std;
I get an error "could not open source file "iostream"
When I use gcc I don't get this error.
Sorry if this is a stupid question. Any help?
#include <stdio.h>
but if I
#include (iostream>
using namespace std;
I get an error "could not open source file "iostream"
When I use gcc I don't get this error.
Sorry if this is a stupid question. Any help?
Comment