Relative Content

Tag Archive for cvisual-studio-code

My VS Code is not unable to run the C program

#include<stdio.h> int main() { printf(“Hello World”); return 0; } I tried running the following program but it is not running in my visual studio code. This code I copied exactly as Shraddha didi from apnacollege youtube channel taught c visual-studio-code New contributor Pakhi is a new contributor to this site. Take care in asking for […]

i am beginning to learn c++. i installed clion, dev c++. on both of the compilers when i run a code which needs an input it ends with exit code 259

i am beginning to learn c++. i installed clion, dev c++. on both of the compilers when i run a code which does not need an input it runs with exit code 259 but when i run a code which needs an input it ends unexpectedly with exit code 259 without allowing me to inter an input. i don’t know how to solve this.
[enter image description here](https://i.sstatic.net/AJieGUE8.png)

Cant run .cpp file in VScode

I have a simple script that i want to run in VScode. Once I choose ‘run’ i select the option ‘(Windows) Launch’ i receive the following:
“launch: program” does not exist

can’t use c in vs code

I’m new and having problem setting up c programming langguage in vs code, when i run it the output is
[Done] exited with code=1 in 0.176 seconds