Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What makes C and C++ a "good" language? Pin
CPallini19-Sep-12 8:33
mveCPallini19-Sep-12 8:33 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 12:09
pasztorpisti19-Sep-12 12:09 
GeneralRe: What makes C and C++ a "good" language? PinPopular
CPallini19-Sep-12 21:30
mveCPallini19-Sep-12 21:30 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 22:32
pasztorpisti19-Sep-12 22:32 
GeneralRe: What makes C and C++ a "good" language? Pin
CPallini19-Sep-12 22:46
mveCPallini19-Sep-12 22:46 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 22:56
pasztorpisti19-Sep-12 22:56 
GeneralRe: What makes C and C++ a "good" language? Pin
CPallini19-Sep-12 23:07
mveCPallini19-Sep-12 23:07 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 23:52
pasztorpisti19-Sep-12 23:52 
llvm was started to kill off gcc, so its first frontends are C and C++. Its a nice clean compiler infrastructure that already has other frontends and you can integrate any other languages relatively easy compared to the same work with for example gcc. Its a beam of hope to get rid of the "C++ is good because its the optimal" reasoning because that is simply ridiculous and still doesn't change the fact that both C and C++ are defective. And yes, compiling C is much faster, but on the other hand a C project is also much harder to maintain and the language features don't give much support to arrange huge codebases. The biggest C codebase was around 100.000 loc and it was already hard to navigate. The lack of type safety and typeless linking, lack of namespaces (and the list goes on) give way too much space for human errors. Yes, C code compiles faster but it misses lots of nice features that wouldn't require you to sacrifice compile speed.
GeneralRe: What makes C and C++ a "good" language? Pin
CPallini19-Sep-12 23:59
mveCPallini19-Sep-12 23:59 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti20-Sep-12 1:54
pasztorpisti20-Sep-12 1:54 
GeneralRe: What makes C and C++ a "good" language? Pin
CPallini20-Sep-12 2:01
mveCPallini20-Sep-12 2:01 
JokeRe: What makes C and C++ a "good" language? Pin
pasztorpisti20-Sep-12 2:06
pasztorpisti20-Sep-12 2:06 
GeneralRe: What makes C and C++ a "good" language? Pin
CPallini20-Sep-12 2:18
mveCPallini20-Sep-12 2:18 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell20-Sep-12 8:45
jschell20-Sep-12 8:45 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti20-Sep-12 11:22
pasztorpisti20-Sep-12 11:22 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell21-Sep-12 10:27
jschell21-Sep-12 10:27 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti21-Sep-12 10:57
pasztorpisti21-Sep-12 10:57 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell22-Sep-12 8:12
jschell22-Sep-12 8:12 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti22-Sep-12 11:55
pasztorpisti22-Sep-12 11:55 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell19-Sep-12 9:27
jschell19-Sep-12 9:27 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 12:04
pasztorpisti19-Sep-12 12:04 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell20-Sep-12 8:21
jschell20-Sep-12 8:21 
GeneralRe: What makes C and C++ a "good" language? Pin
Pete O'Hanlon25-Sep-12 1:24
mvePete O'Hanlon25-Sep-12 1:24 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti25-Sep-12 1:36
pasztorpisti25-Sep-12 1:36 
GeneralRe: What makes C and C++ a "good" language? Pin
ah_ga_ah19-Sep-12 23:00
ah_ga_ah19-Sep-12 23:00 

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.