[Solved] How to run a Linux/C program in a customized way? [closed]


You should search for “beginning linux” to get some web sites that will give you the basics of navigating around in Linux, notably on the command line.

Then I’d search for “beginning vi” to learn the basics of the vi editor. If you’re using a GUI, then you can simply use their simple GUI text editor.

Then I would search on “Beginning C programming linux”. That will give you several links, and will get you through the basics of creating a C program and compiling it with GCC.

That should keep you in enough trouble for the short term until something clicks or you learn enough new terms to keep searching for.

Good luck!

1

solved How to run a Linux/C program in a customized way? [closed]