windows - Getting started with C and Visual Studio code: how to compile and start a program? -
i decided learn things start have better , stronger knowledge in computer science, i'm following cs50 course harvard available on edx. started learn c. propose online ide compiling program typing on terminal.
clang nameofthefile
or
clang -o...
or also
make nameofthefile
which think linux commands (tell me if i'm wrong please). have ubuntu on laptop, i'm using windows. use visual studio code web development, , never learned c before. know how can compile , start program visual studio? tried these commands on terminal of visual studio powershell , cmd
these not working.
also, can tell me if, since use visual studio code on ubuntu, use cmd
, powershell integrated terminal? or use ubuntu terminal? commands different compiling c? if can me explaining me step step windows , ubuntu please great,
install eclipse cdt. have need on both systems. not use microsoft compiler specific implementation
Comments
Post a Comment