c++ programming
introduction to c++
C++ is a statically composed, assembled, broadly useful, case-touchy, sporadic programming language that upholds procedural programming, object-situated programming, and nonexclusive programming.
C++ is viewed as a center level language, which consolidates the attributes of undeniable level and low-level dialects.
C++ was planned and created by Bjarne Stroustrup in 1979 at Bell Laboratories in Murray Hill, New Jersey. C++ further extended and worked on the C language, initially named C with Classes, and later renamed C++ in 1983.
C++ is a superset of C, truth be told, any lawful C program is a legitimate C++ program.
Note: Programming dialects that utilize static composing perform type checking at assemble time, not runtime.
object oriented programming
C++ completely upholds object-arranged programming, including four significant attributes of item situated turn of events:
.bundle
.unique
.acquire
.polymorphism
standard library
Standard C++ comprises of three significant parts:
The center language, which gives all building blocks, including factors, information types, constants, and the sky is the limit from there.
The C++ standard library gives an enormous number of capacities for controlling documents, strings, and so on
Standard Template Library (STL), which gives an enormous number of techniques for controlling information structures, and so on
ANSI standard
The ANSI standard is tied in with making C++ compact - - the code you compose will accumulate on Mac, UNIX, Windows, Alpha PCs.
Since the ANSI standard has been in stable use for quite a while, all significant makers of C++ compilers support the ANSI standard.
learn C++
The way to learning C++ is to comprehend the ideas without getting excessively profound into the specialized subtleties of the language.
The motivation behind learning a programming language is to improve as a software engineer, that is, to have the option to plan and execute new frameworks all the more proficiently, and to keep up with old ones.
C++ upholds an assortment of programming styles. You can compose code in the programming style of any language, like Fortran, C, Smalltalk, etc. Each style actually ensures runtime proficiency and space effectiveness.
0 Comments
Post a Comment