Relative Content

Tag Archive for c++visual-studio-codevscode-extensions

How to tell vs code to link the standard c++ library

I installed the regular c++ extensions in vscode: MS C/C++, C/C++ Extension pack and C/C++ runner. I can compile and run from the Linux command line but when I try to run it from VS code, it get
undefined reference to `std::basic_ostream<char, std::char_traits >& std::endl<char, std::char_tr…

Trouble with VSCode Intellisense

I have reinstalled my ubuntu, and reinstalling my vscode as well, the problem is that, my vscode intellisense for cpp is not working anymore (even tho i simply make a variable and calling it)