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

C / C++ / MFC

 
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 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti19-Sep-12 23:42
pasztorpisti19-Sep-12 23:42 
GeneralRe: What makes C and C++ a "good" language? Pin
jschell20-Sep-12 8:54
jschell20-Sep-12 8:54 
GeneralRe: What makes C and C++ a "good" language? Pin
Ingo20-Sep-12 5:19
Ingo20-Sep-12 5:19 
pasztorpisti wrote:
have other design failures (like header files that terribly slow down the compile time)

That's not a design failure. Something other woudln't be possible at that time.
First Header-Files were made for easy reading classes. There was no Syntax-Highlighting or code-analysis while editing. You had jsut the VI.
Second Point: It was easier to compile that with 16kb or less many machines had in those days, instead of building crossreferences at compiletime.


pasztorpisti wrote:
A minimal amount of assembly to communicate with hardware, a thin layer of relatively high level but unsafe language that allows for manual memory management in the low-level part of the operating system, and a high level safe language that can be used to write the top level of the operating system and the user programs

I think Oberon can do all three levels. But who programms in Oberon at all?! Shucks | :-\

C/C++ is fast, lean but it's not designed for everything. It's good to be backend for complex algorithms but not for frontend.
There are tools which close all memory leaks, but they are very expensive.
------------------------------
Author of Primary ROleplaying SysTem

How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.

AnswerRe: What makes C and C++ a "good" language? Pin
Kenneth Haugland25-Sep-12 4:56
mvaKenneth Haugland25-Sep-12 4:56 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti25-Sep-12 5:07
pasztorpisti25-Sep-12 5:07 
GeneralRe: What makes C and C++ a "good" language? Pin
Kenneth Haugland25-Sep-12 5:08
mvaKenneth Haugland25-Sep-12 5:08 
GeneralRe: What makes C and C++ a "good" language? Pin
pasztorpisti25-Sep-12 5:45
pasztorpisti25-Sep-12 5:45 
AnswerRe: What makes C and C++ a "good" language? Pin
Member 929954619-Sep-12 2:49
Member 929954619-Sep-12 2:49 
AnswerRe: What makes C and C++ a "good" language? Pin
Stefan_Lang21-Sep-12 0:22
Stefan_Lang21-Sep-12 0:22 
AnswerRe: What makes C and C++ a "good" language? Pin
Rajesh R Subramanian25-Sep-12 1:14
professionalRajesh R Subramanian25-Sep-12 1:14 
GeneralRe: What makes C and C++ a "good" language? Pin
CPallini25-Sep-12 2:22
mveCPallini25-Sep-12 2:22 
AnswerRe: What makes C and C++ a "good" language? Pin
ErnestoNet25-Sep-12 6:44
ErnestoNet25-Sep-12 6:44 
QuestionAudio creation/conversion SDK's Pin
Member 929954618-Sep-12 6:27
Member 929954618-Sep-12 6:27 
Questionsocket read on a keep alive request waits until connection timeout - II Pin
Jayapal Chandran17-Sep-12 20:36
Jayapal Chandran17-Sep-12 20:36 
AnswerCrosspost Pin
Peter_in_278017-Sep-12 20:55
professionalPeter_in_278017-Sep-12 20:55 
GeneralRe: Crosspost Pin
Jayapal Chandran18-Sep-12 11:12
Jayapal Chandran18-Sep-12 11:12 
AnswerRe: socket read on a keep alive request waits until connection timeout - II Pin
pasztorpisti17-Sep-12 21:23
pasztorpisti17-Sep-12 21:23 
GeneralRe: socket read on a keep alive request waits until connection timeout - II Pin
Jayapal Chandran18-Sep-12 11:13
Jayapal Chandran18-Sep-12 11:13 
GeneralRe: socket read on a keep alive request waits until connection timeout - II Pin
pasztorpisti18-Sep-12 12:09
pasztorpisti18-Sep-12 12:09 
QuestionMultiple selection in Tree control(Non MFC) Pin
Ram Shelke17-Sep-12 20:10
Ram Shelke17-Sep-12 20:10 

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.