-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage Servicemore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current statequestion
Description
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)
Metadata
Metadata
Assignees
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage Servicemore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current statequestion