During the past week i've been trying to learn c++. Yesterday I tried using somebodies guide on youtube but when I try to compile and run the script I get the errors :
Iostream : No such file or directory
Iomanip: No such file or directory
error: syntax error before "namespace"
warning: data definition has no type or storage class
In function 'main'
error: cout undeclared, first use in this function
warning return type of 'main' is not 'int'
Nazmus sent me the code and it works for him, i dont know why it doesnt for me. Can anyone tell me if anything is wrong im using Code::Blocks 10.05. Thanks everyone