Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Re: What's new in C?

Reply
Thread Tools

Re: What's new in C?

 
 
Noob
Guest
Posts: n/a
 
      11-29-2012
Cal Dershowitz wrote:

> I'm wondering how it all turned out. While the C specification is
> concise and small, the C family of users and applications is
> monstrously-large.
>
> Did embedded systems eventually embrace newer C?


In the past few years, several embedded shops have "seen the light"
(if you'll pardon my bias) and dropped their proprietary toolchain to
adopt open toolchains based on GNU or (lately) Clang+LLVM (a project
fueled mainly by Apple's fear&hatred of anything GPLv3, which doesn't
jive with their master plan for world domination).

> Is there a new standard, like a C 2012, where everyone's happy and
> there's this great moment of aquarius going on in the C community?


There is INDEED a newer standard, called C11.
https://en.wikipedia.org/wiki/C11_%2...rd_revision%29

> How do I ask my linux operating system about the C it uses?


Linux probably means gcc. Check the -std flag.
http://gcc.gnu.org/onlinedocs/gcc/Standards.html
http://gcc.gnu.org/onlinedocs/gcc/Pr...x-std_003d-970
http://gcc.gnu.org/onlinedocs/gcc/C-...#index-std-103

 
Reply With Quote
 
 
 
 
Weland
Guest
Posts: n/a
 
      11-29-2012
On 2012-11-29, Noob <root@127.0.0.1> wrote:
> Cal Dershowitz wrote:
>
>> I'm wondering how it all turned out. While the C specification is
>> concise and small, the C family of users and applications is
>> monstrously-large.
>>
>> Did embedded systems eventually embrace newer C?

>
> In the past few years, several embedded shops have "seen the light"
> (if you'll pardon my bias) and dropped their proprietary toolchain to
> adopt open toolchains based on GNU or (lately) Clang+LLVM (a project
> fueled mainly by Apple's fear&hatred of anything GPLv3, which doesn't
> jive with their master plan for world domination).


In all fairness, Clang+LLVM is far more pleasurable to work on (and with)
than gcc. A while ago, a colleague and me wanted to add a couple of hacks
to gcc's MSP430 port, but gcc is indeed as convoluted as it is famous for.

--
Weland Treebark,
Wandering Philosopher and Engineer

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript new-new-new-new-newbee weblinkunlimited@gmail.com Javascript 2 03-11-2008 01:15 AM
2008 new year,2008 new business, 2008 new life, much cheap andbeautiful product will help you yhnetstore@gmail.com Digital Photography 0 01-07-2008 04:57 PM
New computer, New OS, New Wireless Problem :-\ =?Utf-8?B?RGFu?= Wireless Networking 3 07-31-2005 02:11 PM
[Firefox] Use New Tab instead of New Window? paul j Firefox 7 04-07-2005 09:40 PM
Why can not register a new .net passport or a new hotmail account Alick Lv MCSD 1 01-04-2004 06:12 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57