Software to run C programs on Windows 7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • is86
    New Member
    • Mar 2010
    • 2

    Software to run C programs on Windows 7

    Please provide me the with the relevant software to run C programs on Windows 7.

    Thanks
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Visual Studio dev tools & services make app development easy for any developer, on any platform & language. Develop with our code editor or IDE anywhere for free.

    Comment

    • is86
      New Member
      • Mar 2010
      • 2

      #3
      Can I use turbo C instead?

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Possibly depends on how the program is written, what libraries it uses.

        Comment

        • Arminder Singh

          #5
          Copy the source code to Visual C++ ( Comes with Visual Studios 6.0 , 2005 , 2008 , 2010 etc. ) and compile .... The exe created would be compatible with your OS .

          Comment

          Working...