اهلاااااااوسهلاااا والحمدلله على السلامه...ومن الافضل ان يوضع هذا السؤال في منتدى الكمبيوتر والإنترنت والبرامج...ولغة ++c هي احدى لغات الحاسوب التي تستخدم في البرامج التعليمية وقد بدأ استخدامها في عام 1979 ولمزيد من المعلومات اليكي هذا الرابط
++http://en.wikipedia.org/wiki/C
وان شاء الله الاخوة والاخوات ما يقصرون...وبالتوفيق وياهلاااا
[align=left]تاريخ لغة ++C
History
Stroustrup began work on C with Classes in 1979. The idea of creating a new ******************************** originated from Stroustrup's experience in programming for his Ph.D. thesis. Stroustrup found that Simula had features that were very helpful for large software development, but the ******************************** was too slow for practical use, while BCPL was fast but too low-level and unsuitable for large software development. When Stroustrup started working in Bell Labs, he had the problem of analyzing the UNIX kernel with respect to distributed computing. Remembering his Ph.D. experience, Stroustrup set out to enhance the C ******************************** with Simula-like features. C was chosen because it is general-purpose, fast, portable and widely used. Besides C and Simula, some other ********************************s which inspired him were ALGOL 68, Ada, CLU and ML. At first, the class, derived class, strong type checking, inlining, and default argument features were added to C via Cfront. The first commercial release occurred in October 1985.[2]
In 1983, the name of the ******************************** was changed from C with Classes to C++. New features were added including virtual functions, function name and operator overloading, references, constants, user-controlled free-store memory control, improved type checking, and BCPL style single-line comments with two forward slashes (//). In 1985, the first edition of The C++ Programming ******************************** was released, providing an important reference to the ********************************, as there was not yet an official standard. In 1989, Release 2.0 of C++ was released. New features included multiple inheritance, abstract classes, static member functions, const member functions, and protected members. In 1990, The Annotated C++ Reference Manual was published. This work became the basis for the future standard. Late addition of features included templates, exceptions, namespaces, new casts, and a Boolean type.
As the C++ ******************************** evolved, a standard library also evolved with it. The first addition to the C++ standard library was the stream I/O library which provided facilities to replace the traditional C functions such as printf and scanf. Later, among the most significant additions to the standard library, was the Standard Template Library.[/align]