Content deleted Content added
Line 359:
:No, unlike Objective C, D is incompatible with C; it's a completely different language. The only way to use C code in D is to compile the C code separately and write a D module that ''declares'' the functions defined in the C code (like a header file). The intro states that some features in D are completely redesigned, but maybe it should be made clearer that D code is incompatible with C code, and perhaps an example could be added to show the D-C "compatibility" that I mentioned.[[user:Jeff02|-Jeff]] <sup>[[user talk:Jeff02|(talk)]]</sup> 00:28, 30 March 2009 (UTC)
== Vector operations ==
They are already available in D1 too, so listing them in the section about D2 is wrong.
|