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

13th Apr 2019, 6:46 PM
humayun kamran
humayun kamran - avatar
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/
13th Apr 2019, 7:12 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 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
14th Apr 2019, 12:37 AM
silentlearner
silentlearner - avatar
+ 5
Did you use #include "iostream" instead of #include <iostream>?
14th Apr 2019, 4:23 AM
Anna
Anna - avatar
+ 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.
13th Apr 2019, 7:04 PM
Ipang