True c compilers

Discussion in 'C' started by theoldnyx, Jul 23, 2006.

  1. theoldnyx

    theoldnyx New Member

    Joined:
    Jul 23, 2006
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    well i have been programming in c for around 3 months and actually i have tried to work with DEVC++ in the first two months but after learning about pointers i begin using them in my programs but...after playing with pointers i found that DEV C++ starts to show me some strange errors like dependency ERROR i thought it's a linker error so i started using the new version of DEVc++ but nothing changes so i tried another compiler the turbo c compiler but actually i didn't know how to work with more than one source file
    some people told me that i should try microsoft visual c++ 6.0 but actually it didn't work too
    any way plz guys tell me
    1-what are the best compilers that work under windows for c?
    2-what is better write c useing compilers that work under linux or windows?
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Borlands
    bloodshed which probably you are using
    and http://gcc.gnu.org/
    Both are equal.

    I would suggest you probably have an error in the code rather than the problem in the compiler. You can share your errorneous code we can discuss on that.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice