How to program in C using Visual Studio Code | Debugging, Intellisense, Linting TIPS

preview_player
Показать описание
Today I'm going to show you how to program in C by using Visual Studio Code. The extensions we'll be using are C/C++ by Microsoft and C/C++ Advanced Lint by Joseph Benden.
I'll be going over intellisense, debugging, code snippets, and linting.

Cppcheck install command ➡️ brew install cppcheck

Setup:

Social Media:
Рекомендации по теме
Комментарии
Автор

this helps alot actually, thank you very much

gpuman
Автор

Bhai I am an Indian
I really liked your vedio

SaritaSingh-oosd
Автор

Why when running the c file a new file of the same name appears in the same directory?

Sebastian-sque
Автор

can I debug on terminal? like if I want to inter some inputs

Kaleaji
Автор

Hi, I followed your video step by step but when I started debugging, it keeps saying in the debug console
Warning: Debuggee TargetArchitecture not detected, assuming x86_64.
ERROR: Unable to start debugging. Unexpected LLDB output from command "-exec-run". process exited with status -1 (attach failed ((os/kern) invalid argument))
The program '...' has exited with code 42
Any help on this? thank you so much

kietphamhoanganh
Автор

Thanks for the video, very informative, unfortunately the bash script does not seem to work on Mac.
P.s. lovely doggo in the thumbnail!

kiko
Автор

Hi When i try to do debugging my program it shows whats inside main function but it doesnt shows whats happening inside other functions i have used in the main function?
Do you have any idea how can i get it?

sarann
Автор

Intellisense is not working in my pc 😓

peace-o-mind