Re: Cocoa from C++ (dont want to mix it)
Re: Cocoa from C++ (dont want to mix it)
- Subject: Re: Cocoa from C++ (dont want to mix it)
- From: Lars Sonchocky-Helldorf <email@hidden>
- Date: Fri, 15 Apr 2005 00:49:53 +0200
I think his whole point is that it isn't sufficient to have some code
compiling: "If it's not tested, it's broken." And using the compiler
for bug hunting is actually giving you a wrong feeling of safety since
those "tests" cover only a part of possible sources of errors.
Am Donnerstag, 14.04.05 um 23:43 Uhr schrieb Lemings, Eric B:
Read the whole thing, top to bottom. Just one question. Why does he
totally ignore the subject of generic programming, type computing,
template metaprogramming, concept checking, traits, policies, and all
of the other compile-time features of C++ which could be viewed as a
form of weak typing? The STL even uses the notion of concepts:
anything that meets the requirements for a particular concept can be
used in a sequence, algorithm, iterator, view, whatever.
Eric.
-----Original Message-----
From: Lars Sonchocky-Helldorf
[mailto:email@hidden]
Sent: Thursday, April 14, 2005 1:59 PM
To: Lemings, Eric B
Cc: email@hidden
Subject: Re: Cocoa from C++ (dont want to mix it)
Am Mittwoch, 13.04.05 um 23:09 Uhr schrieb Lemings, Eric B:
Now the case for incorrect linkage. Would you rather have an link
error
occur at compile-time while you're developing the application or at
run-time perhaps after your application is in the field or has already
shipped?
see: http://www.mindview.net/WebLog/log-0025
Lars
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden