I downloaded a file for one of my classes called aesO.c i was told i needed to get my hands on a linux environment to run the code, which is what i accomplished here, however i’m not sure how to run the file of source code i was provided through the console. Any help would be great.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
A .c file is source code for a program written in the C language. You need to run a compiler to generate runnable code on your system. You’ll need a compiler, such as gcc, installed and then you’ll need to run
gcc aesO.c
You may need other arguments to gcc, depending on the code. If it doesn’t work, you should probably talk to your professor or TA (or a classmate who’s taken Computer Science courses) for more specific instructions
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.