I don't know why I got red underline on #include <iostream>
. I use VSCode for IDE and C/C++ has installed. My code is very basic but I don't know why it still have red underline.
My code :
#include <iostream> //This line got red underline.
using namespace std;
int main() {
cout << "Hello";
retern 0;
}
While it run.
[Running] cd "c:\Users\hola\Desktop" && g++ testplusplus.cpp -o testplusplus && "c:\Users\hola\Desktop"testplusplus 'g++' is not recognized as an internal or external command, operable program or batch file.
[Done] exited with code=1 in 0.05 seconds