Re: linking C++ functions in a C program
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Thu, 06 Nov 2008 18:49:35 -0800
James Kuyper <jameskuyper@xxxxxxxxxxx> writes:
Flash Gordon wrote:
CBFalconer wrote, On 06/11/08 21:54:
If you're responding to what he wrote at that time, why don't you post
it as a response to the message in which he actually wrote it, on the
thread in which he wrote it? It's a little confusing to post it as a
response to a message I wrote, in a thread where he's said some
incorrect things about C/C++ linking, but he hasn't actually said
these particular incorrect things (at least, not yet):
describes the access to the C code required. In general C++ can
access C code, but C cannot access C++ code.
James, either I'm confused or you are.
Here's the entire content of what Flash posted, excluding headers and
signature:
| CBFalconer wrote, On 06/11/08 21:54:
|
| <snip>
|
| > describes the access to the C code required. In general C++ can
| > access C code, but C cannot access C++ code.
| >
| > Remember, the languages are different.
|
| Remember, it has been pointed out to you many times and with references
| that you are WRONG. C++ defines how C code can call C++ code and you
| have been shown how it works. Since the theory says it should work and
| practice shows that it works why keep insisting that it does not?
| Neither theory nor practice are on your side.
Flash's article was a direct followup to CBFalconer's article, and
CBFalconer did write exactly the quoted incorrect words:
describes the access to the C code required. In general C++ can
access C code, but C cannot access C++ code.
Remember, the languages are different.
Did the "06/11/08" date format throw you off? It's DD/MM/YY, not
MM/DD/YY -- i.e., it's today, not 5 months ago. (MM/DD/YY is more
common in the US, DD/MM/YY in the UK; that's why I use YYYY-MM-DD
whenever possible.)
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
.
- Follow-Ups:
- Re: linking C++ functions in a C program
- From: James Kuyper
- Re: linking C++ functions in a C program
- From: Flash Gordon
- Re: linking C++ functions in a C program
- References:
- linking C++ functions in a C program
- From: abasili
- Re: linking C++ functions in a C program
- From: Ian Collins
- Re: linking C++ functions in a C program
- From: abasili
- Re: linking C++ functions in a C program
- From: CBFalconer
- Re: linking C++ functions in a C program
- From: jameskuyper
- Re: linking C++ functions in a C program
- From: CBFalconer
- Re: linking C++ functions in a C program
- From: Flash Gordon
- Re: linking C++ functions in a C program
- From: James Kuyper
- linking C++ functions in a C program
- Prev by Date: Re: linking C++ functions in a C program
- Next by Date: Re: Find the size of an array
- Previous by thread: Re: linking C++ functions in a C program
- Next by thread: Re: linking C++ functions in a C program
- Index(es):
Relevant Pages
|