0

Screenshot

I did use <iostream> as recommended in some answers, but it still says iostream is missing.

YesThatIsMyName
  • 1,585
  • 3
  • 23
  • 30
Niskoshi
  • 27
  • 1

2 Answers2

1

1.you have created the project as c program please select c++ in code blocks (ref screen shot)

2.Download and install only the file with name codeblocks mingw-setup.exe.(since mingw complier will be installed automatically).

3.try reinstalling code:blocks

and you need not use std before cout

since you have used the using namespace std; statement

see the screen shot

hope it works!

Guhan
  • 97
  • 9
1

Console says: "No such files or directory" and "Compiler Unknown".

The missing header iostream is delivery by any compiler package. So, probably, you do not installed it or you configured it badly.

DevilMan
  • 19
  • 2