VSCodeTriageBot / testissues

Clone of the vscode issue stream.
41 stars 23 forks source link

how do i add <cs50.h> #15935

Open VSCodeTriageBot opened 1 year ago

VSCodeTriageBot commented 1 year ago

im attempting to code and need to include file however when i manually type it in i get

hello.c:1:10: fatal error: cs50.h: No such file or directory 1 | -include | ^~~~ Version: 1.74.3 Commit: 97dec172d3256f8ca4bfb2143f3f76b503ca0534 User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Embedder: codespaces

saudsalghamdi commented 1 year ago

To add libraries in C use the following format: #include <cs50.h>

LeahAchieng commented 1 year ago

I used the format but still getting errors.

TygaCharteur commented 8 months ago

I used the format but still getting errors.