Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti24-Sep-12 15:14
pasztorpisti24-Sep-12 15:14 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet25-Sep-12 7:40
ErnestoNet25-Sep-12 7:40 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell25-Sep-12 8:12
jschell25-Sep-12 8:12 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet25-Sep-12 8:41
ErnestoNet25-Sep-12 8:41 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti25-Sep-12 8:20
pasztorpisti25-Sep-12 8:20 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet25-Sep-12 8:27
ErnestoNet25-Sep-12 8:27 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti25-Sep-12 12:29
pasztorpisti25-Sep-12 12:29 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet25-Sep-12 13:29
ErnestoNet25-Sep-12 13:29 
Consider that C can work in microchips with very little memory and a very reduced CPU instruction set (for example http://www.microchip.com/[^]).

Java and .NET are very different that C. They are "platforms", not languages. Java and .NET runtime is in the 20Mb+ size libraries. Latest versions don't support old operating systems.
rt.jar is 42.6Mb (compressed!!). Java and .NET strings are inmutable, etc.

I'm not defending C, but most modern languages aren't languages, they are frameworks.
And C/C++ are few of the languages out there not owned by a corporation (.NET-Microsoft, Java-Oracle).

C/C++ do not target app developers. They target compiler developers, OS developers, driver developers and libraries developers.

I guess thats why C tops TIOBE (and C++ is 4º).
it´s the journey, not the destination that matters

GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti25-Sep-12 13:46
pasztorpisti25-Sep-12 13:46 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet25-Sep-12 15:58
ErnestoNet25-Sep-12 15:58 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell26-Sep-12 8:21
jschell26-Sep-12 8:21 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet27-Sep-12 4:00
ErnestoNet27-Sep-12 4:00 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell27-Sep-12 9:41
jschell27-Sep-12 9:41 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell26-Sep-12 8:18
jschell26-Sep-12 8:18 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet27-Sep-12 5:15
ErnestoNet27-Sep-12 5:15 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell27-Sep-12 9:39
jschell27-Sep-12 9:39 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet27-Sep-12 10:02
ErnestoNet27-Sep-12 10:02 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell28-Sep-12 10:13
jschell28-Sep-12 10:13 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell26-Sep-12 8:07
jschell26-Sep-12 8:07 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet26-Sep-12 8:48
ErnestoNet26-Sep-12 8:48 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell27-Sep-12 9:15
jschell27-Sep-12 9:15 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell25-Sep-12 8:07
jschell25-Sep-12 8:07 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti25-Sep-12 13:53
pasztorpisti25-Sep-12 13:53 
GeneralRe: What makes C and C++ a "good" language? Pin
Vivi Chellappa25-Sep-12 9:38
professionalVivi Chellappa25-Sep-12 9:38 
GeneralRe: What makes C and C++ a "good" language? Pin
Richard MacCutchan25-Sep-12 21:37
mveRichard MacCutchan25-Sep-12 21:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.