Announcement

Collapse
No announcement yet.

compiling a .c file?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    compiling a .c file?

    I've got a file here with a .c extension - presumably I need to compile this (its C I think) but, with no knowledge of programming, I don't know how - could anyone advise me?

    #2
    Filext reports the extension as a C/C++ file, but I'm clueless about programming as you are :P

    Comment


      #3
      Google 'Dev-Cpp' or 'Lcc-Win32' - both are free C compilers. Dev is probably easier to use, and you will probably be able to compile from a menu option rather than messing about with makefiles.

      Comment

      Working...
      X