Relative Content

Tag Archive for cvisual-studio-code

Hpp function definitions are not being found by VS code [duplicate]

This question already has answers here: VS Code will not build c++ program with multiple .cpp source files (20 answers) What is an undefined reference/unresolved external symbol error and how do I fix it? (40 answers) Closed 2 days ago. I am using VS code to write a small project in CPP, but I have […]

I am having trouble installing the C# extension using the VSIX file

I need to install Visual Studio Code and a few extensions on a computer with no internet access, I have already installed the .NET Install Tool and (after failing to install the basic C# extension) the C# Dev Kit, but when installing the C# extension I get the error “Extract: not enough bytes in the stream. expected 18139160. got only 17280742”.
What can this error be related to?

I am having trouble installing the C# extension using the VSIX file

I need to install Visual Studio Code and a few extensions on a computer with no internet access, I have already installed the .NET Install Tool and (after failing to install the basic C# extension) the C# Dev Kit, but when installing the C# extension I get the error “Extract: not enough bytes in the stream. expected 18139160. got only 17280742”.
What can this error be related to?

Why is VS Code not assigning the correct value to my integer? [duplicate]

This question already has answers here: How can I declare and define multiple variables in one line using C++? (11 answers) What should happen when printing an uninitialized variable? (5 answers) Closed 22 mins ago. I am trying to read a file and record how many times every letter appears in the file. To do […]

Why is VS Code not assigning the correct value to my integer? [duplicate]

This question already has answers here: How can I declare and define multiple variables in one line using C++? (11 answers) What should happen when printing an uninitialized variable? (5 answers) Closed 22 mins ago. I am trying to read a file and record how many times every letter appears in the file. To do […]