element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum Suggestions for C Language IDE?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 16 replies
  • Answers 12 answers
  • Subscribers 541 subscribers
  • Views 2723 views
  • Users 0 members are here
  • c language
  • visual studio 2019
  • eclipse ide
  • c-c++ programming
  • c code
  • c programing language
Related

Suggestions for C Language IDE?

mudz
mudz over 4 years ago

Which IDE you use or have used for C programming? Which one you like the most and why?

/﹋\

(҂`_´)

<,︻╦╤─ ҉      c c c c c c c c c c c c c   ▬▬▬.◙.▬▬▬

  /﹋\                                                     ═▂▄▄▓▄▄▂

                                                            ◢◤ █▀▀████▄▄▄▄◢◤

                                                            █▄ █ █▄ ███▀▀▀▀▀▀▀╬

                                                            ◥█████◤

                                                            ══╩══╩═

 

Update ------

Spent a lot of time on eclipse but wasn't able to get it in working mode, Tried Visual studio again and it worked just needed a little bit of tinkering. it worked but output .exe false detected by Bitdefender antivirus and got quarantined automatically. Added folder to exceptions. Hmmm, may be VS not that bad ! Lets c how it goes.
Will definitely keep working on eclipse, will learn things doing so.

I'll keep on updating !!
Thank you all 
image

 

p.s- This discussion isn't over yet, all suggestions are most welcome.

 

Message was edited by: mudz

 

Update 2 ------

Interestingly I did something, and it worked. So, eclipse is working as well for now. I've no idea. Cygwin64 to mingw.. ¯\_(ツ)_/¯

 

Message was edited by: mudz

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 4 years ago +5 suggested
    Exactly as Fred and Jan say.. for coding for Windows targets, why not use Visual Studio, it is already tightly integrated and ready to use, plus there will be plenty of examples online. It's not 'too complex…
  • Sean_Miller
    Sean_Miller over 4 years ago +5 suggested
    Just wrote about my latest favorite semi-colon language for PC to learn programming: Hidden Gem: The "Processing IDE" for... | element14 | Arduino Projects Not exactly C, but very similar and translates…
  • dougw
    dougw over 4 years ago +4 suggested
    I have used a few, but the one I like the most, by far, is PSoC Creator by Cypress Semiconductor. It integrates hardware and software development extremely well and reduces development time greatly by…
Parents
  • dougw
    0 dougw over 4 years ago

    I have used a few, but the one I like the most, by far, is PSoC Creator by Cypress Semiconductor.

    It integrates hardware and software development extremely well and reduces development time greatly by automatically bringing in appropriate pre-written APIs depending on how the hardware is configured. Most of the code is written for you and hardware configuration is more comprehensive than other IDEs.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mudz
    0 mudz over 4 years ago in reply to dougw

    Alright, actually I'm sorry I was not clear enough before. I was asking suggestions for simple c programming not for hardware based programming. like Turbo C which I used long long time ago to first learn c programming...
    I was trying to re learn it, so what tool is best nowadays to relearn c programming? image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 4 years ago in reply to mudz

    mudz  wrote:

     

    Alright, actually I'm sorry I was not clear enough before. I was asking suggestions for simple c programming not for hardware based programming. like Turbo C which I used long long time ago to first learn c programming...
    I was trying to re learn it, so what tool is best nowadays to relearn c programming? image

    For a free-of-charge easy start on a windows machine, I can suggest Visual Studio Community, with the "workload" Desktop Development with C++ (an install option).

    That gives you a C / C++ compiler with fairly good compliance and support for recent additions. And you have all in 1.

     

    Possibly (as you'd expect) you'll find other and better proposals in the comments here soon...

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • Jan Cumps
    0 Jan Cumps over 4 years ago in reply to mudz

    mudz  wrote:

     

    Alright, actually I'm sorry I was not clear enough before. I was asking suggestions for simple c programming not for hardware based programming. like Turbo C which I used long long time ago to first learn c programming...
    I was trying to re learn it, so what tool is best nowadays to relearn c programming? image

    For a free-of-charge easy start on a windows machine, I can suggest Visual Studio Community, with the "workload" Desktop Development with C++ (an install option).

    That gives you a C / C++ compiler with fairly good compliance and support for recent additions. And you have all in 1.

     

    Possibly (as you'd expect) you'll find other and better proposals in the comments here soon...

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube