+ 1

Error in execting this file

I an trying to execute this programme​ using codeblock but I am receiving error as iostream: no such file or directory

30th May 2017, 3:23 PM
urvi agrawal
urvi agrawal - avatar
5 odpowiedzi
0
If none of these works then you should check your complier
30th May 2017, 3:37 PM
Harsh
Harsh - avatar
+ 1
thanks..silly mistakes😅
30th May 2017, 3:26 PM
urvi agrawal
urvi agrawal - avatar
0
Write #include<iostream.h>
30th May 2017, 3:25 PM
Harsh
Harsh - avatar
0
sir...still the same problem
30th May 2017, 3:28 PM
urvi agrawal
urvi agrawal - avatar
0
Then write directly like :- #include<iostream> using namespace std;
30th May 2017, 3:29 PM
Harsh
Harsh - avatar