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

C / C++ / MFC

 
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 
GeneralRe: What makes C and C++ a "good" language? Pin
ErnestoNet27-Sep-12 5:15
ErnestoNet27-Sep-12 5:15 
It's not about being right, but if you want to be right, there you have it:

YOU'RE RIGHT!

That said, the STL, if you don't use it, you don't load it. The header approach only loads (and compiles) what you use.
In fact, when you compile and link, only the functions that you use are linked. In Java and others, you load everything (even if you don't use it).

About Embedded development, I know a lot of people that work with it and they work mostly with Assembler and C. Java and C++ may exist, but they are not used.

Today embedded has changed with ARM cellphones.
A 2Gb memory dual core CPU cellphone is closer to a PC that to embedded. There you can run Java, as in the PC.
A real, cheap embedded chip with 64Kb of memory and a few cycles processor can't run (with decent performance) Java or C++.

Java embedded only runs on ARM to start with. It requires at least 130Kb (with tweaking) and 700kb
by default. It requires a network connection! It does not support real time. You can check everything here:

http://www.oracle.com/ocom/groups/public/@otn/documents/digitalasset/1852008.pdf[^]

I'm going to say it again, just because Bjarne Stroustrup said it and I think he is right:

Java and .NET ARE PLATFORMS.
it´s the journey, not the destination that matters

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 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell21-Sep-12 10:14
jschell21-Sep-12 10:14 

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.