Which are Best available tool for project development in C programming language

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ddp1809
    New Member
    • Sep 2009
    • 2

    Which are Best available tool for project development in C programming language

    Which are Best available tool for project development in C programming language?
    From Where to get them?
    Is Turbo C Outdated?
  • Tassos Souris
    New Member
    • Aug 2008
    • 152

    #2
    You have to choose on which platform you will programming.. windows, posix, etc.. Then the language.. C or C++... Then the tools...
    Start with Linux and tools like gcc, gdb, valgrind, gprof etc etc

    Comment

    • mvjohn100
      New Member
      • Mar 2008
      • 57

      #3
      I prefer Eclipse. Since the availability of lots of plug in and it's available for both windows and Linux

      Comment

      • Tassos Souris
        New Member
        • Aug 2008
        • 152

        #4
        Eclipse crashes a lot...
        Besides, eclipse is not a "platform". . With this i mean that it will provide you with the compiler for your C programs.. however, for which platform will you program? Win32 API offers different system calls from POSIX. This is different from the story of which compiler and IDE to use...

        Comment

        • RedSon
          Recognized Expert Expert
          • Jan 2007
          • 4980

          #5
          The OP needs to be more specific if they mean IDE or actual compiler and platform tools.

          Comment

          Working...