Click here to Skip to main content
15,883,859 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat makes C and C++ a "good" language? Pin
Brandon-X1200018-Sep-12 16:06
Brandon-X1200018-Sep-12 16:06 
AnswerRe: What makes C and C++ a "good" language? PinPopular
Richard Andrew x6418-Sep-12 16:20
professionalRichard Andrew x6418-Sep-12 16:20 
AnswerRe: What makes C and C++ a "good" language? Pin
Chris Losinger18-Sep-12 16:37
professionalChris Losinger18-Sep-12 16:37 
AnswerRe: What makes C and C++ a "good" language? Pin
Stephen Hewitt18-Sep-12 18:46
Stephen Hewitt18-Sep-12 18:46 
AnswerRe: What makes C and C++ a "good" language? PinPopular
CPallini18-Sep-12 21:27
mveCPallini18-Sep-12 21:27 
AnswerRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 2:47
pasztorpisti19-Sep-12 2:47 
GeneralRe: What makes C and C++ a "good" language? PinPopular
Richard MacCutchan19-Sep-12 4:03
mveRichard MacCutchan19-Sep-12 4:03 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 5:11
pasztorpisti19-Sep-12 5:11 
If we speak of a massive codebase like one that an operating system has then the build time and header hell are alone enough to say that C/C++ is a bad choice. The problem is that the accident has already happened and windows and linux are already in C. The difficulties in parsing and translating C++ just add to compile times and project complexities. In theory it would be easy to design a language that is suitable for writing operating system code without several defects that accumulated in C/C++ over the decades (because of its backward compatibility) so I think my statement isn't unfair at all. Not to mention the different C/C++ languages per compiler, this language isn't compatible even with itself in practice!
GeneralRe: What makes C and C++ a "good" language? Pin
Richard MacCutchan19-Sep-12 5:53
mveRichard MacCutchan19-Sep-12 5:53 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 6:13
pasztorpisti19-Sep-12 6:13 
GeneralRe: What makes C and C++ a "good" language? Pin
Richard MacCutchan19-Sep-12 6:22
mveRichard MacCutchan19-Sep-12 6:22 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 11:57
pasztorpisti19-Sep-12 11:57 
GeneralRe: What makes C and C++ a "good" language? PinPopular
cmk19-Sep-12 6:26
cmk19-Sep-12 6:26 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 12:14
pasztorpisti19-Sep-12 12:14 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell20-Sep-12 8:40
jschell20-Sep-12 8:40 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti20-Sep-12 11:28
pasztorpisti20-Sep-12 11:28 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell21-Sep-12 10:23
jschell21-Sep-12 10:23 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti21-Sep-12 11:04
pasztorpisti21-Sep-12 11:04 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell22-Sep-12 8:14
jschell22-Sep-12 8:14 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti22-Sep-12 11:34
pasztorpisti22-Sep-12 11:34 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell19-Sep-12 9:30
jschell19-Sep-12 9:30 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 11:59
pasztorpisti19-Sep-12 11:59 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell20-Sep-12 8:32
jschell20-Sep-12 8:32 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti20-Sep-12 11:48
pasztorpisti20-Sep-12 11:48 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell21-Sep-12 10:21
jschell21-Sep-12 10:21 

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.