I need software to run my c++ programs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anbunanba
    New Member
    • Mar 2008
    • 1

    I need software to run my c++ programs

    Hello,

    Can any body help me to execute my c programs
  • sanctus
    New Member
    • Mar 2007
    • 84

    #2
    Originally posted by anbunanba
    Hello,

    Can any body help me to execute my c programs
    It seems to me that if the program is compiled (without errors) you can run it everywhere (if there are no OS specific stuff in the code); I guess you need help with how to compile the programs you have written...

    On linux usually the compilers are shipped with, but in case look for gcc...

    In windows I do not know if there are free distributions, but I guess so, try to search on the net...

    Comment

    • Simonius
      New Member
      • Feb 2008
      • 47

      #3
      Google's your friend.

      Comment

      Working...