Answer the question
In order to leave comments, you need to log in
iostream vs code error, how to fix?
I'm learning C++ (just started), dictating to the compiler the standard I/O library iostream , but an error occurs that affects compilation.
Here is the code:
#include <iostream>
int main(){
std::cout<< "hello world" <<std::endl;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question