File downloaded cannot run in Dev and Visual

Dec 6, 2018 at 10:43am
Hi everyone,

I am the new one in C++ and Visual Studio.

I dont understand why the files I download from the internet cannot run,
the compiler often notify a lot of errors. Especially, when I did it in Visual Studio, it often notify the error like `No such file or directory`

Thank you so much for your answers!

Dec 6, 2018 at 11:03am
I expect because whatever source file you're downloading isn't a complete program. Programs are often made of many many files, and often need extra libraries as well.
Topic archived. No new replies allowed.