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 542 subscribers
  • Views 2730 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
  • Jan Cumps
    0 Jan Cumps over 4 years ago

    Typically, I use Eclipse and derivates, and sometimes Visual Studio.

     

    I've been a C++ developer for part of my career, and that was on the Microsoft toolchain with Visual Studio.

    I liked it then and I still like it now. I have VS 2019 Community installed.

    But mostly I use Eclipse or several vendor's rebrand of it. With GCC toolchains. I like that combination too.

     

    Arduino IDE: when working with an Arduino, most for prototyping. I don't like it but the examples and libraries are often excellent.

     

    Others that I used but haven't kept using:

    NetBeans: I like it a lot for Java programming, but for C I prefer the first two I mentioned.

    Code Blocks: it has a fanatic following. I think it's good and faster than Eclipse.

    Energia: used a few times with TI boards. Just for testing. I use their Eclipse offspring CCS usually.

    • 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 Jan Cumps

    Thank you for your suggestions image
    I've installed eclipse and vs both and will be using for first time for programming. Tried eclipse first, wrote simple program to print a line and it gave me an error. So switched to vs.
    VS, Too complex to use right now for me. So many things to choose from and didn't get what I wanted in quick write build method. So will give another try tomorrow.

    Eclipse - I can say its easy. I'm confident it will be much easy to use than VS.

     

    For hardware programming I've use keil, ccs, before. Loved CCS while programming Ti micro-controllers. Keil is too simple and easy to use, made my 8051 experience pleasant.

     

    p.s- Its too late now here almost 3:00 am morning. Will try things tomorrow.

    image

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

    Thank you for your suggestions image
    I've installed eclipse and vs both and will be using for first time for programming. Tried eclipse first, wrote simple program to print a line and it gave me an error. So switched to vs.
    VS, Too complex to use right now for me. So many things to choose from and didn't get what I wanted in quick write build method. So will give another try tomorrow.

    Eclipse - I can say its easy. I'm confident it will be much easy to use than VS.

     

    For hardware programming I've use keil, ccs, before. Loved CCS while programming Ti micro-controllers. Keil is too simple and easy to use, made my 8051 experience pleasant.

     

    p.s- Its too late now here almost 3:00 am morning. Will try things tomorrow.

    image

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

    mudz  wrote:

    ...

    image

     

    Try out C++20 Preview: set up a development environment

    If you think you've set up your toolchain correctly already at the moment, try this: Project -> Properties -> C / C++ Build -> Builder Type -> Internal Builder.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
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