0
In my first c++ hello world! program the compiler is showing error with the header
It is showing that [cannot open source file "iostream"] please help i am really sick of it
4 odpowiedzi
+ 17
Hello, 😊
If you need help you can post the code you are struggling with!
• SEARCH for similar QUESTIONS or ANSWERS before posting
• Include relevant TAGS
• https://www.sololearn.com/post/75089/?ref=app
• https://code.sololearn.com/WvG0MJq2dQ6y/
+ 10
Maybe it has something to do with Visual Studio Code's configuration for C/C++?
https://stackoverflow.com/questions/45583473/include-errors-detected-in-vscode/45583488#45583488
+ 5
Did you use #include "iostream" instead of #include <iostream>?
+ 4
Hello, I visited your profile but couldn't do anything because your code is not public. If you need help you must share your code link, so edit your question and put the code link on Description.