These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
339 B

  1. # C
  2. C is a common programming language.
  3. ## Installation
  4. To get c working you basically just need to install a compiler.
  5. To get a compiler for c there are a few options.
  6. - [GNU compiler collection](gcc.gnu.org)
  7. ## IDE
  8. ### Vim
  9. The steps to make Vim a c IDE are described in [the vim section of this wiki](../linux/vim/c-language.md).