Results 1 to 6 of 6

Thread: what is c++ language

  1. #1
    baadshah26gold's Avatar
    baadshah26gold is offline Senior Member+
    Last Online
    27th June 2015 @ 12:52 AM
    Join Date
    02 Apr 2010
    Location
    KOTLI AZAD KASHMIR
    Age
    32
    Gender
    Male
    Posts
    1,480
    Threads
    91
    Credits
    0
    Thanked
    78

    Default what is c++ language

    what is c++ language bhai kisi ne muj se sawal kia tha socha aap bhaiyu se madad ly lu koi galat kamto ni kia hai na g

  2. #2
    awanji's Avatar
    awanji is offline Senior Member+
    Last Online
    14th June 2023 @ 04:47 PM
    Join Date
    30 Jul 2008
    Location
    Bhakkar
    Age
    35
    Posts
    202
    Threads
    40
    Credits
    1,058
    Thanked
    7

    Thumbs up

    C++ is advanced form of C-language which is a High Level Programming Language. C++ is also called OOP (Object Oriented Programming)

  3. #3
    baadshah26gold's Avatar
    baadshah26gold is offline Senior Member+
    Last Online
    27th June 2015 @ 12:52 AM
    Join Date
    02 Apr 2010
    Location
    KOTLI AZAD KASHMIR
    Age
    32
    Gender
    Male
    Posts
    1,480
    Threads
    91
    Credits
    0
    Thanked
    78

    Default

    Quote awanji said: View Post
    C++ is advanced form of C-language which is a High Level Programming Language. C++ is also called OOP (Object Oriented Programming)
    shukria mere bhai

  4. #4
    baadshah26gold's Avatar
    baadshah26gold is offline Senior Member+
    Last Online
    27th June 2015 @ 12:52 AM
    Join Date
    02 Apr 2010
    Location
    KOTLI AZAD KASHMIR
    Age
    32
    Gender
    Male
    Posts
    1,480
    Threads
    91
    Credits
    0
    Thanked
    78

    Default

    well

  5. #5
    Join Date
    05 Jul 2010
    Location
    Quetta
    Age
    32
    Gender
    Male
    Posts
    159
    Threads
    8
    Thanked
    10

    Default

    The Origins of C and C++

    The ‘C’ programming language was originally developed for and implemented on the
    UNIX operating system, on a DEC PDP-11 by Dennis Ritchie. One of the best features of
    C is that it is not tied to any particular hardware or system. This makes it easy for a user
    to write programs that will run without any changes on practically all machines. C is
    often called a middle-level computer language as it combines the elements of high-level
    languages with the functionalism of assembly language.
    C allows the manipulation of bits, bytes and addresses- the basic elements with which the
    computer functions.
    C++ is an enhanced version of the C language. C++ includes everything that is part of C
    and Another good point about C is its portability which makes it possible to adapt
    software written for one type of computer to another. C was created, influenced, and field
    tested by working programmers. The end result is that C gives the programmer what the
    programmer wants. C offers the speed of assembly language and the extensibility of
    FORTH, but few of the restrictions of Pascal and Modula-2. adds support for objectoriented
    programming (OOP). In addition, C++ also contains many improvements and
    features that make it a “better C”, independent of object oriented programming. C++ is
    actually an extensible language since we can define new types in such a way that they act
    just like the predefined types which are part of the standard language.
    If you just use C++ as a better C, you will not be using all of its power. Like any quality
    tool, C++ must be used the way it was designed to be used to exploit its richness. Some
    of the new features include encapsulation, inline function calls, overloading operators,
    inheritance and polymorphism. I am not going to explain what they mean here as that
    would simply take me away from my purpose here, but you can refer to any good C++
    book or the C++ FAQ for more information.

  6. #6
    karachi1234 is offline Senior Member+
    Last Online
    27th April 2016 @ 10:13 AM
    Join Date
    07 Jan 2010
    Location
    I live In Lyari Town Karachi City
    Gender
    Male
    Posts
    1,542
    Threads
    232
    Credits
    0
    Thanked
    17

    Default

    C++ (pronounced "See plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features. ...
    A commonly used programming language that is sometimes used for Server Side Scripting. It is a modified version of C above.
    A high level language, as opposed to assembler which is a low-level language. The relative altitude is referenced to how “close” the language instructions of the language are to the native instructions of the chip, otherwise known as opcodes.
    related programming languages in current widespread use
    An object oriented language that can be compiled and run on a server via the source file of sample.c and then compiled into an executable file.
    Powerful computer languages, often used to write sophisticated code to carry out specialized or difficult tasks in multimedia applications. C++ and C# are more recent and are designed for object-oriented programming. Java is based on C.
    An extension to the C language defined by Bjarne Stroustrop at Bell Laboratories in 1986. It provides new features for data abstraction and object-oriented programming in a superset of C (another language developed at Bell Laboratories by Dennis Ritchie in 1972).
    An extension of the C language which caters for the ideas of object orientated programming, it uses the idea of the class system 11.5.1 p78

Similar Threads

  1. Need assembly language or C language Books in urdu
    By ts_asif in forum Ask an Expert
    Replies: 5
    Last Post: 20th November 2016, 12:30 AM
  2. SQL language
    By aajizUsmani in forum Baat cheet
    Replies: 15
    Last Post: 22nd April 2015, 11:56 PM
  3. Language
    By msd_1986 in forum Ask an Expert
    Replies: 3
    Last Post: 17th January 2015, 09:23 PM
  4. Replies: 5
    Last Post: 1st November 2012, 10:50 PM
  5. Language help
    By Munawar Shazad in forum Ask an Expert
    Replies: 5
    Last Post: 17th May 2012, 06:58 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •