Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

D

D is a computer programming language that is a higher level language than C++ that started development in December 1999. D has many similarities to C and C++ and is well suited for creating medium to large scale million line programs.


import std.stdio;

int main()
{
writefln("Hello world");
return 0;
}

Also see: D, Programming definitions, Programming languages

 

Index

Category:
Dictionary

Related Pages:
D - Definitions

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope