how to use cs50 library in vscode

preview_player
Показать описание
In this video we'll learn how to mention and use cs50 library in vscode offline
First we'll download cs50 library and then I'll show you how to use it.
If you like this video you can subscribe and share this channel
And if you have any problem just tell me in the comments
Рекомендации по теме
Комментарии
Автор

bro u saved my life, its been a whole week finding a solution for it

MasAr
Автор

Thank you so much! Recently started with CS50 and this helped me to start making programs.

utkrishtparmar
Автор

Thank you so much! I have been searching for the solution for an hour on other platforms. You solved it!

yushansong
Автор

I get this error

cc : The term 'cc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ cc hello.c -o hello cs50.c
+ ~~
+ CategoryInfo : ObjectNotFound: (cc:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Ahmad-rkqw
Автор

how can I solve the problem of (undefined reference to `get_string')?

sisters
Автор

Thank you! Read the cs50 github documentation and still was going crazy/in circles

milotheaccountant
Автор

Hey Mahmoud, thank you so much for the video.
I am struggling with this error, do you have any idea on how to solve it? Thank you again!
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

eqeerly
Автор

I'm at 2:28, I'm on pc, idk what cc is, is telling that it doesnt recognize the . in ./hello

hazard
Автор

Thanks bro i was struggling to follow along the cs50 course without that library

WorldwideWave
Автор

Thanks so much, even after a year this video is still helping people (me). Thank you

bestmusiccopyrightfree
Автор

بعد ما دورت علي شرح في يوتيوب كلو الحمد لله لقيت الشرح بتاع حضرتك شكرا بجد ❤️🫂

ziadmostafa
Автор

Legend, worked first time no problem!

thedeadman
Автор

i did this but my string function still not working... i did string = get_string...but it doesn't recognize it...any idea why???I literally copy the code from cs50 week 1 but it doesn't run

jeffyou
Автор

A big THANKS!! you solved me the huge problem in one minute.

bbaekkhyyunne_
Автор

hey brother. it was amazing but what i wanted to ask how can I add that terminal window to my VS studio?

beyondvision
Автор

Thank you so much for the video. It was a life-saver.

phantomraven
Автор

my ./hello doesnt work it says "./hello : The term './hello' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ ./hello
+
+ CategoryInfo : ObjectNotFound: (./hello:String) [], CommandNotF
oundException
+ FullyQualifiedErrorId : CommandNotFoundException"

what should i do?

parsa_rd
Автор

it shows this error, please help me

cc hello.c -o hello cs50.c
'cc' is not recognized as an internal or external command,
operable program or batch file.

bishalmaanab
Автор

Do I have to have a compiler like mingw gcc compiler installed on my computer to write code?

mwsuouv
Автор

Can you help me! When i try to compile the code with gcc it gives me this error: undefined reference to get_string
Any help would be very appreciated as i just started with cs50

Korabii