Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am starting to learn c++ with Microsoft Visual Studio Code.
I have written this:
#include
int main(){
std::cout << "Hello World!";
std::cin.ignore;
return 0;
}
For some reason, (#include) causes problems.
This was written when reviewing it:
include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users(my_username)\Desktop\C++\python.cpp).
C/C++(1696)
cannot open source file "iostream"C/C++(1696)
Beta Was this translation helpful? Give feedback.
All reactions