C in Fedora — install gedit, compile with gcc and write your first program
Setting up C in Fedora is the first practical step in IC2. Before you write a single line of C code you need two things: a text editor to write the code and a compiler to turn it into an executable program. In Fedora that means gedit and gcc. This article walks you through the…
