473,412 Members | 2,092 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

list the latest c compiler available in current market

list the latest c compiler available in current market
Mar 1 '17 #1
2 1437
Frinavale
9,735 Expert Mod 8TB
There are may C compilers out there.
It really depends on the operating system you are using...

If you're using Linux to develop your application, then maybe you'd be interested in using the latest version of the GCC, the GNU Compiler Collection.

If your using Windows to develop your application, then maybe you'd be interested in using the latest version Visual C/C++.

There are a lot of compilers out there so you should do some research and discover what best fits your needs.
Mar 1 '17 #2
donbock
2,426 Expert 2GB
Perhaps you mean latest version of the C Standard rather than the vendor that most recently produced a compiler. The various versions of the C Standard are identified by the years they were approved.
  • C89. First ANSI Standard for C.
  • C90. Essentially the same as C89.
  • C95. Added wchar.h, wctype.h, digraphs, __STDC_VERSION__
  • C99. Added long long, _Bool, _Imaginary, _Complex, stdint.h, tgmath.h, fenv.h, complex.h, inline functions, // comments, variable length arrays, variadic macros, and more.
  • C11. Added type generic expressions, threads.h, stdatomic.h
These standards may be clarified by Technical Corrigenda to fix typos or clarify confusing language.
Mar 1 '17 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Benjamin Rutt | last post by:
I note that the help() function of interactive python can determine all available modules: $ python Python 2.4 (#1, Mar 31 2005, 15:26:02) on linux2 Type "help", "copyright", "credits" or...
6
by: _R | last post by:
Does anyone know when the release version of the 2005 VS/VC# will be available?
2
by: Nathan Sokalski | last post by:
I need to get a list of the available fonts as some type of collection or array. How can I do this? Thanks. -- Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/
4
by: Bunny.Joy | last post by:
Hi, I know that some granddaddy-level C++ compiler can compile C++ code into a C intermediate. Apart from that, however, I can not find any modern compiler to do that. And in fact, I think, this...
16
by: Bunny.Joy | last post by:
Hi, I know that some granddaddy-level C++ compiler can compile C++ code into a C intermediate. Apart from that, however, I can not find any modern compiler to do that. And in fact, I think, this...
2
by: querry | last post by:
Hi all, I am trying to get a list of all the available sql servers and then populate them in a combo box. I do this with the following code taken from...
0
by: =?Utf-8?B?THVjYSBQaW5hc2Nv?= | last post by:
Hello I've had strange memory problem with my application compiled in debug mode. The problem is that in a visual basic class with an event declaration: public class Class1 public event Pippo()...
7
by: clinisbut | last post by:
Hi I'm trying to write an app and don't know how to start. I'll have a selector with a list of true type fonts. Each font will represent a different set of chars. Example *arial-font...
16
by: ssecorp | last post by:
Is there a way to view all the modules I have available for import from within Python? Like writing in the interpreter: import.modules Also, is there anything like Cpan for Python?
10
by: Ali Shirvani | last post by:
Hi all, I want to get list of all functions that are defined in the current C code, for example if I have the code below: int f(int c, int d){ int a = 10; int b = 12; return c+a; }
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.