THE CODEXPERT Your Online Free Source of Quality Documents


Also Find Info. on
   SAP
     ABAP
     FICO
     S&D

   LANGUAGES
     C/C++
     JAVA
     PERL & CGI
     PHP
     Javascript
     XML
     ASP
     DHTML

   GRAPHICS
     3D MAX
     MAYA
     ADOBE
     MACROMEDIA
     DREAMWEAVER
     DIRECT X

   DATABASE
     ORACLE
     SQL
     MY SQL

   OS
     UNIX
     LINUX
     BSD
     MAC OS
     SOLARIS

   CERTS EXAMS
     CISCO
     COMPTIA
     CHECKPOINT
     RHCE
     CITRIX
     CISSP
     APPLE OS
     SUN SOLARIS

   PROF. EXAMS
     CAT 2006-07
     CET
     XAT
     MAT
     GD & PI
     GMAT
     GRE
     TOEFL-iBT
     IELTS

   MISC.
     SOFTWARES
     UTILITIES
     SERVER ADMIN
     SECURITY

   MOBILE
     SOFTWARES
     THEMES
     WALLPAPERS
     GAMES
     RINGTONES

   PC GAMES
     EA SPORTS
     BILZZARD
     WESTWOOD
     PC CD
     SIERRA
     MISC.

   FUN
     MOVIES
     CELEBRITIES
     EARNING MAIN
     LEARN TO EARN

   FORUM(18+)

C/C++

C is a general-purpose, procedural, imperative computer programming language developed in the early 1970s by Dennis Ritchie for use on the Unix operating system. It has since spread to many other operating systems, and is now one of the most widely used programming languages. C also has had a great influence on many other popular languages, especially C++ which was originally designed as an enhancement to C. It is the most commonly used programming language for writing system software,though it is also widely used for writing applications. Though not originally designed as a language for teaching, and despite its somewhat unforgiving character, C is commonly used in computer science education, in part because the language is so pervasive.

C is a minimalistic programming language. Among its design goals were that it could be compiled in a straightforward manner using a relatively simple compiler, provide low-level access to memory, generate only a few machine language instructions for each of its core language elements, and not require extensive run-time support. As a result, C code is suitable for many systems-programming applications that had traditionally been implemented in assembly language.

Despite its low-level capabilities, the language was designed to encourage machine-independent programming. A standards-compliant and portably written C program can be compiled for a very wide variety of computer platforms and operating systems with minimal change to its source code. The language has become available on a very wide range of platforms, from embedded microcontrollers to supercomputers.

C++ (generally pronounced /si plʌs plʌs/) is a general-purpose, high-level programming language with low-level facilities. It is a statically-typed free-form multi-paradigm language supporting procedural programming, data abstraction, object-oriented programming, and generic programming. Since the 1990s, C++ has been one of the most popular commercial programming languages.





FOR MORE INFORMATION ,DETAILS AND RESOURCES ON C and C++


Go to Previous Page