How to run code C written in Linux

I have a code C written in Linux , but when I compli it in VC++ 6.0 , it error "missing .h file"
How to run code C written in Linux
Thks



Answer this question

How to run code C written in Linux

  • Norm Estabrook - MSFT

    What header file is missing.

    If the C proram just uses ANSI-C features it should compile...



  • How to run code C written in Linux