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
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 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti21-Sep-12 10:52
pasztorpisti21-Sep-12 10:52 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell22-Sep-12 8:42
jschell22-Sep-12 8:42 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti22-Sep-12 16:03
pasztorpisti22-Sep-12 16:03 
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 
pasztorpisti wrote:
Yes, in the last years we had many times when we had to rearrange the header includes and optimize for compile times for our CI system. We compiled the codebase (~2millions loc) with a grid system (IncrediBuild) plus SSD drives in all machines in the grid and the compile time was still 20 minutes. By rearranging some header files we could decrease the build time to around 5 minutes. Thats what I'm talking about not some few file hobby projects that make no sense to measure such things.

Still it is not a proof. You should compare it to the compilation time of a similar project written with your favourite language and achieving the same performance (if your favourite language could assist you on that).

pasztorpisti wrote:
And could you make a list of language features and compare that to some other languages that have better support for that?

C and C++ are performant. No other language (other than assembly) compares with them. You should know that.


pasztorpisti wrote:
I see significant deficiencies in C++ comparred to some other languages, and its syntax because more-and-more complex with every new draft.

While, for instance, C# syntax becoming simpler?



pasztorpisti wrote:
A language that has redundant features and backward compatiblity with a thousand years old other language simply can't be "optimal"

Still is compatible.
I wouldn't call it 'optimal'. However I like it (this doesn't means I show apparent disgust for other languages - with the very exception of COBOL).
Veni, vidi, vici.

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 
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 

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.