Menu

How to launch a C file

2007-10-13
2012-11-13
  • Nobody/Anonymous

    I wrote a program with Notepad ++

    #include (stdio.h)
    #include (conio.h)
    void main()
    {
    printf("Hallo Welt");
    getch();
    }

    but i dont know how to launch this file. Maybe i muss install extra software.

    Thank you for helping.

     
    • Nobody/Anonymous

      > but i dont know how to launch this file. Maybe i MUSS install extra software.

      JA, genau das musst du tun ;-)

      YES. A "C" compiler ;-)

      TCC (as DV__ suggested)

      CC386 http://members.tripod.com/~ladsoft/cc386.htm

      Visual C++ 9.0 Ultimate (CRAP)

       
    • Nobody/Anonymous

      You need any C compiler, I guess...

       
    • DV

      DV - 2007-10-17