Click here to Skip to main content
15,891,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
ErnestoNet wrote:
Consider that C can work in microchips with very little memory and a very
reduced CPU instruction set


You are wrong.

You are confusing language, compilation and executable. One uses a C compiler to create a program where the executable then runs on the chips that you cite.

compiler != program != executable


ErnestoNet wrote:
Java and .NET are very different that C. They are "platforms", not languages


Wrong.

Java and C# very specifically are languages.

I would guess that you are unaware of real time Java which is specifically targeted at embedded devices.

You are confusing language with libraries and you will NOT be able to write a C program that does anything discernable without the C libraries. And it is quite possible to write a C program on windows that would never run on the chips that you cite.

ErnestoNet wrote:
I'm not defending C, but most modern languages aren't languages, they are
frameworks.


What exactly do you think that the C++ Standard Library is? Where do you think 'printf' comes from in C?

ErnestoNet wrote:
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º).


Nonsense. The people who write compilers, drivers, OSes and libraries are a small, small fraction of the developer base. If those were the only people using it then it would be far down the TIOBE list.

Developers creating business applications use it. That is why it shows up there.

You would be better off citing embedded development but there is also C++ and Java development in that domain.
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 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell19-Sep-12 9:28
jschell19-Sep-12 9:28 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 14:14
pasztorpisti19-Sep-12 14:14 
GeneralRe: What makes C and C++ a "good" language? Pin
Brandon-X1200019-Sep-12 16:35
Brandon-X1200019-Sep-12 16:35 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 22:42
pasztorpisti19-Sep-12 22:42 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell20-Sep-12 8:27
jschell20-Sep-12 8:27 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti20-Sep-12 12:02
pasztorpisti20-Sep-12 12:02 

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.