Difference between revisions of "Programming in D for C Programmers"
(→External links: The C Preprocessor vs D) |
m (→See also: Using C libraries for a D program) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==See also== | ||
+ | * [[Bind D to C]] | ||
+ | * [[Deimos]] | ||
+ | * [[Using C libraries for a D program]] | ||
==External links== | ==External links== | ||
Line 5: | Line 9: | ||
* [https://p0nce.github.io/d-idioms/#Porting-from-C-gotchas Porting from C gotchas] | * [https://p0nce.github.io/d-idioms/#Porting-from-C-gotchas Porting from C gotchas] | ||
* [https://dlang.org/articles/pretod.html The C Preprocessor vs D] | * [https://dlang.org/articles/pretod.html The C Preprocessor vs D] | ||
+ | * [https://dlang.org/spec/interfaceToC.html Interfacing to C] | ||
+ | * [https://dlang.org/blog/2018/06/11/dasbetterc-converting-make-c-to-d/ DasBetterC: Converting make.c to D] | ||
[[Category:Languages versus D]] | [[Category:Languages versus D]] |